aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-02-06 07:58:17 -0800
committerGravatar Mark D. Roth <roth@google.com>2018-02-06 07:58:17 -0800
commit08d9f3df3038a88d7ae69aa9e65da29e296946d2 (patch)
treed5c58f8a6f5ec4ee33283815821cafd854a24bf7 /BUILD
parent007f1197ac6376cd6a77dca141966ba3aceec9aa (diff)
Change Ref() methods to return a RefCountedPtr<>.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 1779575c42..78479ce787 100644
--- a/BUILD
+++ b/BUILD
@@ -599,6 +599,7 @@ grpc_cc_library(
public_hdrs = ["src/core/lib/gprpp/orphanable.h"],
deps = [
"debug_location",
+ "ref_counted_ptr",
"gpr++_base",
"grpc_trace",
],
@@ -610,6 +611,7 @@ grpc_cc_library(
public_hdrs = ["src/core/lib/gprpp/ref_counted.h"],
deps = [
"debug_location",
+ "ref_counted_ptr",
"gpr++_base",
"grpc_trace",
],