aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-04 15:25:49 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-04 15:25:49 -0700
commite35f24da4d93016122e99c41d4f542a87d3ddf73 (patch)
tree6f033d3ebc39b323b7d69edc59c93f0ebbb11294 /src/core/lib/channel
parentcfe47deca438844140590ed44f23b3b80aa4cc1f (diff)
reviewer feedback
Diffstat (limited to 'src/core/lib/channel')
-rw-r--r--src/core/lib/channel/channelz.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/channel/channelz.h b/src/core/lib/channel/channelz.h
index 4b9040c0f1..daec2d7c10 100644
--- a/src/core/lib/channel/channelz.h
+++ b/src/core/lib/channel/channelz.h
@@ -51,13 +51,13 @@
namespace grpc_core {
+namespace channelz {
+
// TODO(ncteisen), this only contains the uuids of the children for now,
// since that is all that is strictly needed. In a future enhancement we will
// add human readable names as in the channelz.proto
typedef InlinedVector<intptr_t, 10> ChildRefsList;
-namespace channelz {
-
namespace testing {
class CallCountingHelperPeer;
class ChannelNodePeer;
@@ -194,7 +194,7 @@ class ChannelNode : public BaseNode {
// Handles channelz bookkeeping for servers
class ServerNode : public BaseNode {
public:
- explicit ServerNode(grpc_server* server, size_t channel_tracer_max_nodes);
+ ServerNode(grpc_server* server, size_t channel_tracer_max_nodes);
~ServerNode() override;
grpc_json* RenderJson() override;