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

Unified Diff: components/font_service/font_service_app.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: components/font_service/font_service_app.h
diff --git a/components/font_service/font_service_app.h b/components/font_service/font_service_app.h
index 993ae2b98ade76dd780c5c8b6aa4f598dd79f77a..d2a80fd8a9b038bd484fbef7b2cc614c27a95024 100644
--- a/components/font_service/font_service_app.h
+++ b/components/font_service/font_service_app.h
@@ -18,21 +18,22 @@
namespace font_service {
-class FontServiceApp : public shell::Service,
- public shell::InterfaceFactory<mojom::FontService>,
- public mojom::FontService {
+class FontServiceApp
+ : public service_manager::Service,
+ public service_manager::InterfaceFactory<mojom::FontService>,
+ public mojom::FontService {
public:
FontServiceApp();
~FontServiceApp() override;
private:
- // 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;
- // shell::InterfaceFactory<mojom::FontService>:
- void Create(const shell::Identity& remote_identity,
+ // service_manager::InterfaceFactory<mojom::FontService>:
+ void Create(const service_manager::Identity& remote_identity,
mojo::InterfaceRequest<mojom::FontService> request) override;
// FontService:
« no previous file with comments | « components/filesystem/public/cpp/prefs/pref_service_factory.cc ('k') | components/font_service/font_service_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698