Index: services/shell/public/cpp/lib/names.cc |
diff --git a/services/shell/public/cpp/lib/names.cc b/services/shell/public/cpp/lib/names.cc |
index 210a121926baea53dd4757a654abe294cccc0f5a..49122223e82f9e872cb97c9e2e317218f4b3a38c 100644 |
--- a/services/shell/public/cpp/lib/names.cc |
+++ b/services/shell/public/cpp/lib/names.cc |
@@ -7,7 +7,7 @@ |
#include "base/strings/string_split.h" |
#include "base/strings/string_util.h" |
-namespace mojo { |
+namespace shell { |
const char kNameType_Mojo[] = "mojo"; |
const char kNameType_Exe[] = "exe"; |
@@ -43,4 +43,4 @@ std::string GetNamePath(const std::string& name) { |
return parts.back(); |
} |
-} // namespace mojo |
+} // namespace shell |