aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/client/create_channel_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpp/client/create_channel_internal.h')
-rw-r--r--src/cpp/client/create_channel_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpp/client/create_channel_internal.h b/src/cpp/client/create_channel_internal.h
index 512fc22866..a90c92c518 100644
--- a/src/cpp/client/create_channel_internal.h
+++ b/src/cpp/client/create_channel_internal.h
@@ -31,8 +31,8 @@ class Channel;
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);
} // namespace grpc