aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/cpp/route_guide/helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cpp/route_guide/helper.cc')
-rw-r--r--examples/cpp/route_guide/helper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/cpp/route_guide/helper.cc b/examples/cpp/route_guide/helper.cc
index c2415afdf7..f76990f6fc 100644
--- a/examples/cpp/route_guide/helper.cc
+++ b/examples/cpp/route_guide/helper.cc
@@ -40,7 +40,7 @@
#include <vector>
#include "route_guide.grpc.pb.h"
-namespace examples {
+namespace routeguide {
std::string GetDbFileContent(int argc, char** argv) {
std::string db_path;
@@ -174,5 +174,5 @@ void ParseDb(const std::string& db, std::vector<Feature>* feature_list) {
}
-} // namespace examples
+} // namespace routeguide