aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/create_test_channel.h
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-10-12 14:08:10 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-10-12 14:09:13 -0700
commite5adc0eb67f27ea3a01945dd549952e4aaa7bbd0 (patch)
tree0e5b3fbaa14ab5ba115207f27b361b5506eca7d8 /test/cpp/util/create_test_channel.h
parent54a902ed17a69c671e5212b115fe5f219654240a (diff)
Fixing Cpp tests.
Diffstat (limited to 'test/cpp/util/create_test_channel.h')
-rw-r--r--test/cpp/util/create_test_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/create_test_channel.h b/test/cpp/util/create_test_channel.h
index a4750689a0..b50d653de3 100644
--- a/test/cpp/util/create_test_channel.h
+++ b/test/cpp/util/create_test_channel.h
@@ -51,7 +51,7 @@ std::shared_ptr<Channel> CreateTestChannel(
std::shared_ptr<Channel> CreateTestChannel(
const grpc::string& server, const grpc::string& override_hostname,
bool enable_ssl, bool use_prod_roots,
- const std::shared_ptr<Credentials>& creds);
+ const std::shared_ptr<CallCredentials>& creds);
} // namespace grpc