aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_fakesec.c
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-05-22 17:29:43 -0400
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2016-05-22 17:29:43 -0400
commitd44b15a0c6f09024ce56d1609151c497cb607c09 (patch)
tree55c30334cd4d856e13d8a1189a7dfa20e214665b /test/core/end2end/fixtures/h2_fakesec.c
parent33b736112677a2c963b414cd164aa034ea2fba5e (diff)
parenta4880374f9e49ce648cdf3b7512804613280075e (diff)
Merge pull request #6436 from jboeuf/credentials_refactoring
Refactoring the core security code.
Diffstat (limited to 'test/core/end2end/fixtures/h2_fakesec.c')
-rw-r--r--test/core/end2end/fixtures/h2_fakesec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_fakesec.c b/test/core/end2end/fixtures/h2_fakesec.c
index 246619bf68..44408b28af 100644
--- a/test/core/end2end/fixtures/h2_fakesec.c
+++ b/test/core/end2end/fixtures/h2_fakesec.c
@@ -40,7 +40,7 @@
#include <grpc/support/host_port.h>
#include <grpc/support/log.h>
#include "src/core/lib/channel/channel_args.h"
-#include "src/core/lib/security/credentials.h"
+#include "src/core/lib/security/credentials/fake/fake_credentials.h"
#include "test/core/end2end/data/ssl_test_data.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"