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

Unified Diff: ash/common/mojo_interface_factory.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 | « ash/autoclick/mus/main.cc ('k') | ash/common/mojo_interface_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/mojo_interface_factory.h
diff --git a/ash/common/mojo_interface_factory.h b/ash/common/mojo_interface_factory.h
index c6ffed81945af2766be125e1308d5641cbda0adf..0851eb34550147ef730a1815f018436cebb3122d 100644
--- a/ash/common/mojo_interface_factory.h
+++ b/ash/common/mojo_interface_factory.h
@@ -13,7 +13,7 @@ namespace base {
class SingleThreadTaskRunner;
}
-namespace shell {
+namespace service_manager {
class InterfaceRegistry;
}
@@ -25,7 +25,7 @@ namespace mojo_interface_factory {
// (when running ash in-process in chrome) or on the main thread (when running
// in mash).
ASH_EXPORT void RegisterInterfaces(
- shell::InterfaceRegistry* registry,
+ service_manager::InterfaceRegistry* registry,
scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner);
} // namespace mojo_interface_factory
« no previous file with comments | « ash/autoclick/mus/main.cc ('k') | ash/common/mojo_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698