aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_channel/uri_parser_test.cc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-31 14:14:09 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-31 14:14:09 -0700
commit1a3c2d3e3ae3e7ab242c486db7e6405c9b7f8999 (patch)
treeccec148b8cb7494fee8eed6d5e3b8ea97518dd49 /test/core/client_channel/uri_parser_test.cc
parent1e64fa629c75ec2cf3be6dd40985f9517c4d33bc (diff)
Move uri_parser to lib
Diffstat (limited to 'test/core/client_channel/uri_parser_test.cc')
-rw-r--r--test/core/client_channel/uri_parser_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/client_channel/uri_parser_test.cc b/test/core/client_channel/uri_parser_test.cc
index 59b57f3039..ec4f755dda 100644
--- a/test/core/client_channel/uri_parser_test.cc
+++ b/test/core/client_channel/uri_parser_test.cc
@@ -16,7 +16,7 @@
*
*/
-#include "src/core/ext/uri/uri_parser.h"
+#include "src/core/lib/uri/uri_parser.h"
#include <string.h>