aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_channel/uri_fuzzer_test.cc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-30 11:39:26 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-30 11:39:26 -0700
commit3cb8b0b8cba79a7200b5bb60e6e711062dec34bc (patch)
treea0dcc81f68a183c0de3d7b43af5e2e11ed1322c0 /test/core/client_channel/uri_fuzzer_test.cc
parentc13de2eb1e12295cc576abb58d1f8060ff8035b4 (diff)
Move uri_parser to common spot
Diffstat (limited to 'test/core/client_channel/uri_fuzzer_test.cc')
-rw-r--r--test/core/client_channel/uri_fuzzer_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/client_channel/uri_fuzzer_test.cc b/test/core/client_channel/uri_fuzzer_test.cc
index ee38453166..f4bb020c03 100644
--- a/test/core/client_channel/uri_fuzzer_test.cc
+++ b/test/core/client_channel/uri_fuzzer_test.cc
@@ -23,7 +23,7 @@
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
-#include "src/core/ext/filters/client_channel/uri_parser.h"
+#include "src/core/ext/uri/uri_parser.h"
#include "src/core/lib/iomgr/exec_ctx.h"
bool squelch = true;