Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: services/service_manager/public/cpp/names.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/service_manager/public/cpp/names.h
diff --git a/services/service_manager/public/cpp/names.h b/services/service_manager/public/cpp/names.h
index 09dbdf8ec54dcb7abdb4c76ca50333c45dd92453..6d353abcda6b879ec427ffb6274193011b724ea5 100644
--- a/services/service_manager/public/cpp/names.h
+++ b/services/service_manager/public/cpp/names.h
@@ -7,7 +7,7 @@
#include <string>
-namespace shell {
+namespace service_manager {
extern const char kNameType_Service[];
extern const char kNameType_Exe[];
@@ -48,6 +48,6 @@ std::string GetNameType(const std::string& name);
// Get the path component of the specified name.
std::string GetNamePath(const std::string& name);
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_NAMES_H_
« no previous file with comments | « services/service_manager/public/cpp/lib/service_test.cc ('k') | services/service_manager/public/cpp/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698