aboutsummaryrefslogtreecommitdiff
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 997b3769d2..f10bb054c8 100644
--- a/src/cpp/client/create_channel_internal.h
+++ b/src/cpp/client/create_channel_internal.h
@@ -33,8 +33,8 @@ namespace grpc {
std::shared_ptr<Channel> CreateChannelInternal(
const std::string& host, grpc_channel* c_channel,
- std::vector<
- std::unique_ptr<grpc::experimental::ClientInterceptorFactoryInterface>>
+ std::vector<std::unique_ptr<
+ ::grpc::experimental::ClientInterceptorFactoryInterface>>
interceptor_creators);
} // namespace grpc