diff options
author | David Garcia Quintas <dgq@google.com> | 2015-09-01 18:10:23 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2015-09-01 18:10:23 -0700 |
commit | abef77db9bc819bd6eae30914f6b215d9d1079a4 (patch) | |
tree | b23464125f8d25eda6066a00d6bcb6fd07aef7e8 /examples/cpp/route_guide/helper.cc | |
parent | a570d6334da20eebaa443e2e34676a7ba18e8066 (diff) | |
parent | 987d0879f795c392dbf91aacb0b36db39559cbdb (diff) |
Merge branch 'release-0_11' of github.com:grpc/grpc into cpp_docs
Diffstat (limited to 'examples/cpp/route_guide/helper.cc')
-rw-r--r-- | examples/cpp/route_guide/helper.cc | 4 |
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 |