aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/channel_arguments.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/channel_arguments.h')
-rw-r--r--include/grpc++/channel_arguments.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/channel_arguments.h b/include/grpc++/channel_arguments.h
index b649ba23b8..8d338c654e 100644
--- a/include/grpc++/channel_arguments.h
+++ b/include/grpc++/channel_arguments.h
@@ -66,7 +66,7 @@ class ChannelArguments {
void SetChannelArgs(grpc_channel_args* channel_args) const;
private:
- friend class Channel;
+ friend class SecureCredentials;
friend class testing::ChannelArgumentsTest;
// TODO(yangg) implement copy and assign