aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/secure_channel_create_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-31 13:45:47 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-31 13:45:47 -0700
commitd4c98331874f2717dc03499f0e08820c81079a1e (patch)
tree864330cb1b08c956569648a6a1521810775cc5a7 /test/core/surface/secure_channel_create_test.c
parentdfa160ef7380e41e509e894a0aaf8a882a1ef599 (diff)
Reposition files to optionalize client_config system
Diffstat (limited to 'test/core/surface/secure_channel_create_test.c')
-rw-r--r--test/core/surface/secure_channel_create_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/secure_channel_create_test.c b/test/core/surface/secure_channel_create_test.c
index eb710cba38..80419efce4 100644
--- a/test/core/surface/secure_channel_create_test.c
+++ b/test/core/surface/secure_channel_create_test.c
@@ -36,7 +36,7 @@
#include <grpc/grpc.h>
#include <grpc/grpc_security.h>
#include <grpc/support/log.h>
-#include "src/core/lib/client_config/resolver_registry.h"
+#include "src/core/ext/client_config/resolver_registry.h"
#include "src/core/lib/security/credentials.h"
#include "src/core/lib/security/security_connector.h"
#include "src/core/lib/surface/channel.h"