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

Unified Diff: services/service_manager/connect_params.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/connect_params.h
diff --git a/services/service_manager/connect_params.h b/services/service_manager/connect_params.h
index 0250d4f752828d66d90ef914c4333a8f07a992d9..102e28d4693d6f3888438e58ce9bc03bc3a39143 100644
--- a/services/service_manager/connect_params.h
+++ b/services/service_manager/connect_params.h
@@ -14,7 +14,7 @@
#include "services/service_manager/public/interfaces/connector.mojom.h"
#include "services/service_manager/public/interfaces/interface_provider.mojom.h"
-namespace shell {
+namespace service_manager {
// This class represents a request for the application manager to connect to an
// application.
@@ -64,6 +64,6 @@ class ConnectParams {
DISALLOW_COPY_AND_ASSIGN(ConnectParams);
};
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_CONNECT_PARAMS_H_
« no previous file with comments | « services/service_manager/background/tests/test_service_manifest.json ('k') | services/service_manager/connect_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698