aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_ssl_proxy.c
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-28 09:21:56 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-28 09:21:56 -0700
commite5cc05b5c6cee7026a0d28d39925621451506820 (patch)
tree5a680b950edfbc64dd1edf939c572947deb1e416 /test/core/end2end/fixtures/h2_ssl_proxy.c
parent94f908ae84ab6d280a41e09245925ecfa612dce8 (diff)
parent97e0ebc7ce45da32aca4bad799148eb3fc1b2033 (diff)
Merge pull request #5964 from ctiller/move_the_things
Begin core componentization
Diffstat (limited to 'test/core/end2end/fixtures/h2_ssl_proxy.c')
-rw-r--r--test/core/end2end/fixtures/h2_ssl_proxy.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/core/end2end/fixtures/h2_ssl_proxy.c b/test/core/end2end/fixtures/h2_ssl_proxy.c
index f5fcb91812..bfbc735742 100644
--- a/test/core/end2end/fixtures/h2_ssl_proxy.c
+++ b/test/core/end2end/fixtures/h2_ssl_proxy.c
@@ -40,11 +40,11 @@
#include <grpc/support/host_port.h>
#include <grpc/support/log.h>
-#include "src/core/channel/channel_args.h"
-#include "src/core/security/credentials.h"
-#include "src/core/support/env.h"
-#include "src/core/support/string.h"
-#include "src/core/support/tmpfile.h"
+#include "src/core/lib/channel/channel_args.h"
+#include "src/core/lib/security/credentials.h"
+#include "src/core/lib/support/env.h"
+#include "src/core/lib/support/string.h"
+#include "src/core/lib/support/tmpfile.h"
#include "test/core/end2end/data/ssl_test_data.h"
#include "test/core/end2end/fixtures/proxy.h"
#include "test/core/util/port.h"