aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-07-20 09:29:05 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-07-20 09:29:05 -0700
commit18a9d7d57c44e071a722b399c27758786542cf56 (patch)
tree178c488a0d48f0a30e5851c13b82c1f0a4c001cd /BUILD
parentb47214952bafad402b6854f20bb546d828bf5573 (diff)
reviewer feedback
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 8bb98862e3..1c80e83cca 100644
--- a/BUILD
+++ b/BUILD
@@ -2061,9 +2061,11 @@ grpc_cc_library(
],
hdrs = [
"src/cpp/server/channelz/channelz_service.h",
- "src/cpp/server/channelz/channelz_service_plugin.h",
],
language = "c++",
+ public_hdrs = [
+ "include/grpcpp/ext/channelz_service_plugin.h",
+ ],
deps = [
":grpc++",
"//src/proto/grpc/channelz:channelz_proto",