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

Unified Diff: services/ui/ime/test_ime_driver/test_ime_application.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/ime/test_ime_driver/main.cc ('k') | services/ui/ime/test_ime_driver/test_ime_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ime/test_ime_driver/test_ime_application.h
diff --git a/services/ui/ime/test_ime_driver/test_ime_application.h b/services/ui/ime/test_ime_driver/test_ime_application.h
index 28667a2151d736c9f31fa83c6b36bc08cff561e4..8a1e2b7c0c41e9c370222b642b7d414392de94ab 100644
--- a/services/ui/ime/test_ime_driver/test_ime_application.h
+++ b/services/ui/ime/test_ime_driver/test_ime_application.h
@@ -10,16 +10,16 @@
namespace ui {
namespace test {
-class TestIMEApplication : public shell::Service {
+class TestIMEApplication : public service_manager::Service {
public:
TestIMEApplication();
~TestIMEApplication() override;
private:
- // shell::Service:
- bool OnConnect(const shell::Identity& remote_identity,
- shell::InterfaceRegistry* registry) override;
- void OnStart(const shell::Identity& identity) override;
+ // service_manager::Service:
+ bool OnConnect(const service_manager::Identity& remote_identity,
+ service_manager::InterfaceRegistry* registry) override;
+ void OnStart(const service_manager::Identity& identity) override;
DISALLOW_COPY_AND_ASSIGN(TestIMEApplication);
};
« no previous file with comments | « services/ui/ime/test_ime_driver/main.cc ('k') | services/ui/ime/test_ime_driver/test_ime_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698