aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD b/BUILD
index 0064b25dc3..1486f4e944 100644
--- a/BUILD
+++ b/BUILD
@@ -1095,10 +1095,10 @@ grpc_cc_library(
grpc_cc_library(
name = "grpc_uri",
srcs = [
- "src/core/ext/uri/uri_parser.cc",
+ "src/core/lib/uri/uri_parser.cc",
],
hdrs = [
- "src/core/ext/uri/uri_parser.h",
+ "src/core/lib/uri/uri_parser.h",
],
language = "c++",
deps = [