aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-08-16 16:11:51 -0700
committerGravatar Vijay Pai <vpai@google.com>2018-08-16 16:11:51 -0700
commitccc4771630d04000c5a4998b3dc27bcb7dc8c834 (patch)
tree33a5555b2e18477c976e04985aa24892d825569d /BUILD
parent79851428e9d46b7e830d60e5150f9dd788a6332f (diff)
Fix Bazel BUILD
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 76d5026f6c..46063008c4 100644
--- a/BUILD
+++ b/BUILD
@@ -2129,7 +2129,7 @@ grpc_cc_library(
"src/cpp/ext/filters/census/channel_filter.cc",
"src/cpp/ext/filters/census/client_filter.cc",
"src/cpp/ext/filters/census/context.cc",
- "src/cpp/ext/filters/census/grpc_context.cc",
+ "src/core/ext/filters/census/grpc_context.cc",
"src/cpp/ext/filters/census/grpc_plugin.cc",
"src/cpp/ext/filters/census/measures.cc",
"src/cpp/ext/filters/census/rpc_encoding.cc",