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

Unified Diff: services/service_manager/public/cpp/connection.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
« no previous file with comments | « services/service_manager/public/cpp/connect.h ('k') | services/service_manager/public/cpp/connector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/public/cpp/connection.h
diff --git a/services/service_manager/public/cpp/connection.h b/services/service_manager/public/cpp/connection.h
index 4c7b29d72bf5c10e021baae9011e23872c0a0ee0..096f9cfc552909b0ca94cd6790bcd832b5d4a6f4 100644
--- a/services/service_manager/public/cpp/connection.h
+++ b/services/service_manager/public/cpp/connection.h
@@ -10,7 +10,7 @@
#include "services/service_manager/public/cpp/interface_provider.h"
#include "services/service_manager/public/interfaces/connector.mojom.h"
-namespace shell {
+namespace service_manager {
class InterfaceProvider;
@@ -89,6 +89,6 @@ class Connection {
virtual base::WeakPtr<Connection> GetWeakPtr() = 0;
};
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_CONNECTION_H_
« no previous file with comments | « services/service_manager/public/cpp/connect.h ('k') | services/service_manager/public/cpp/connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698