Skip to content

Commit

Permalink
reintroduce anon namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ncteisen committed Feb 1, 2019
1 parent c215e8e commit 632aa81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/cpp/util/channel_trace_proto_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
#include "src/proto/grpc/channelz/channelz.pb.h"

namespace grpc {

namespace {

// Generic helper that takes in a json string, converts it to a proto, and
// then back to json. This ensures that the json string was correctly formatted
Expand All @@ -46,6 +48,8 @@ void VaidateProtoJsonTranslation(char* json_c_str) {
EXPECT_EQ(json_str, proto_json_str);
}

} // namespace

namespace testing {

void ValidateChannelTraceProtoJsonTranslation(char* json_c_str) {
Expand Down

0 comments on commit 632aa81

Please sign in to comment.