aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_full.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-28 10:13:08 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-28 10:13:08 -0700
commitc7762a8c24e786be37e9e86a518a1d4fcb9d2133 (patch)
treea81469bd9a38ddb9792539f2da1af7b9a7abb922 /test/core/end2end/fixtures/h2_full.c
parent77c5dc6e72e06816428bc84fd4a1862571debecc (diff)
Move chttp2 related files under ext/
Diffstat (limited to 'test/core/end2end/fixtures/h2_full.c')
-rw-r--r--test/core/end2end/fixtures/h2_full.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_full.c b/test/core/end2end/fixtures/h2_full.c
index 4eae620935..aea2dd16b1 100644
--- a/test/core/end2end/fixtures/h2_full.c
+++ b/test/core/end2end/fixtures/h2_full.c
@@ -46,7 +46,7 @@
#include "src/core/lib/channel/http_server_filter.h"
#include "src/core/lib/surface/channel.h"
#include "src/core/lib/surface/server.h"
-#include "src/core/lib/transport/chttp2_transport.h"
+#include "src/core/ext/transport/chttp2/transport/chttp2_transport.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"