aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/parse_json.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/qps/parse_json.h')
-rw-r--r--test/cpp/qps/parse_json.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/qps/parse_json.h b/test/cpp/qps/parse_json.h
index b320d26c1a..f2fffb52d4 100644
--- a/test/cpp/qps/parse_json.h
+++ b/test/cpp/qps/parse_json.h
@@ -31,7 +31,7 @@ void ParseJson(const grpc::string& json, const grpc::string& type,
grpc::string SerializeJson(const GRPC_CUSTOM_MESSAGE& msg,
const grpc::string& type);
-} // testing
-} // grpc
+} // namespace testing
+} // namespace grpc
#endif // TEST_QPS_PARSE_JSON_H