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

Unified Diff: chrome/browser/chromeos/chrome_interface_factory.cc

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: chrome/browser/chromeos/chrome_interface_factory.cc
diff --git a/chrome/browser/chromeos/chrome_interface_factory.cc b/chrome/browser/chromeos/chrome_interface_factory.cc
index 3ce3cd677177b9dfab78055c0e8dd0831976627e..2a8fdb2242fa04b928215b70abfefbe8f8e14be6 100644
--- a/chrome/browser/chromeos/chrome_interface_factory.cc
+++ b/chrome/browser/chromeos/chrome_interface_factory.cc
@@ -84,7 +84,7 @@ class FactoryImpl {
template <typename Interface>
static void AddFactory(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
scoped_refptr<base::SingleThreadTaskRunner> task_runner) {
registry->AddInterface<Interface>(
base::Bind(&FactoryImpl::CallMainThreadFactory<Interface>),
@@ -158,9 +158,10 @@ ChromeInterfaceFactory::ChromeInterfaceFactory()
ChromeInterfaceFactory::~ChromeInterfaceFactory() {}
-bool ChromeInterfaceFactory::OnConnect(const shell::Identity& remote_identity,
- shell::InterfaceRegistry* registry,
- shell::Connector* connector) {
+bool ChromeInterfaceFactory::OnConnect(
+ const service_manager::Identity& remote_identity,
+ service_manager::InterfaceRegistry* registry,
+ service_manager::Connector* connector) {
FactoryImpl::AddFactory<keyboard::mojom::Keyboard>(registry,
main_thread_task_runner_);
FactoryImpl::AddFactory<mash::mojom::Launchable>(registry,
« no previous file with comments | « chrome/browser/chromeos/chrome_interface_factory.h ('k') | chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698