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

Unified Diff: services/ui/ime/ime_server_impl.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/ui/display/platform_screen_stub.cc ('k') | services/ui/ime/ime_server_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/ime_server_impl.h
diff --git a/services/ui/ime/ime_server_impl.h b/services/ui/ime/ime_server_impl.h
index 5f3c854f9ff3ffe5a52ecff577606aeaf0aa9fea..360f37ff4101ac540cee9599aa0499b623c145c6 100644
--- a/services/ui/ime/ime_server_impl.h
+++ b/services/ui/ime/ime_server_impl.h
@@ -10,7 +10,7 @@
#include "mojo/public/cpp/bindings/binding_set.h"
#include "services/ui/public/interfaces/ime.mojom.h"
-namespace shell {
+namespace service_manager {
class Connector;
}
@@ -21,7 +21,7 @@ class IMEServerImpl : public mojom::IMEServer {
IMEServerImpl();
~IMEServerImpl() override;
- void Init(shell::Connector* connector);
+ void Init(service_manager::Connector* connector);
void AddBinding(mojom::IMEServerRequest request);
void OnDriverChanged(mojom::IMEDriverPtr driver);
« no previous file with comments | « services/ui/display/platform_screen_stub.cc ('k') | services/ui/ime/ime_server_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698