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

Unified Diff: mash/app_driver/app_driver.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 | « ios/web/webui/web_ui_mojo_inttest.mm ('k') | mash/app_driver/app_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/app_driver/app_driver.h
diff --git a/mash/app_driver/app_driver.h b/mash/app_driver/app_driver.h
index f0ad9905f70233ad8fc0c0bb7e9e0735ddb22f41..593e946721733c0299d447353ce1275e3401f3c0 100644
--- a/mash/app_driver/app_driver.h
+++ b/mash/app_driver/app_driver.h
@@ -20,7 +20,7 @@
namespace mash {
namespace app_driver {
-class AppDriver : public shell::Service,
+class AppDriver : public service_manager::Service,
public ui::mojom::AcceleratorHandler {
public:
AppDriver();
@@ -29,10 +29,10 @@ class AppDriver : public shell::Service,
private:
void OnAvailableCatalogEntries(std::vector<catalog::mojom::EntryPtr> entries);
- // shell::Service:
- void OnStart(const shell::Identity& identity) override;
- bool OnConnect(const shell::Identity& remote_identity,
- shell::InterfaceRegistry* registry) override;
+ // service_manager::Service:
+ void OnStart(const service_manager::Identity& identity) override;
+ bool OnConnect(const service_manager::Identity& remote_identity,
+ service_manager::InterfaceRegistry* registry) override;
bool OnStop() override;
// ui::mojom::AcceleratorHandler:
« no previous file with comments | « ios/web/webui/web_ui_mojo_inttest.mm ('k') | mash/app_driver/app_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698