aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client/create_channel_internal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/client/create_channel_internal.cc')
-rw-r--r--src/cpp/client/create_channel_internal.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpp/client/create_channel_internal.cc b/src/cpp/client/create_channel_internal.cc
index 313d682aae..a0efb97f7e 100644
--- a/src/cpp/client/create_channel_internal.cc
+++ b/src/cpp/client/create_channel_internal.cc
@@ -26,8 +26,8 @@ namespace grpc {
std::shared_ptr<Channel> CreateChannelInternal(
const grpc::string& host, grpc_channel* c_channel,
- std::unique_ptr<std::vector<
- std::unique_ptr<experimental::ClientInterceptorFactoryInterface>>>
+ std::vector<
+ std::unique_ptr<experimental::ClientInterceptorFactoryInterface>>
interceptor_creators) {
return std::shared_ptr<Channel>(
new Channel(host, c_channel, std::move(interceptor_creators)));