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

Unified Diff: ash/common/mojo_interface_factory.h

Issue 2795883002: Eliminate OnConnect usage (Closed)
Patch Set: . Created 3 years, 8 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/autoclick_application.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 0851eb34550147ef730a1815f018436cebb3122d..f47f131c9a4e3d769a2928f709f95df0ef512d26 100644
--- a/ash/common/mojo_interface_factory.h
+++ b/ash/common/mojo_interface_factory.h
@@ -14,7 +14,7 @@ class SingleThreadTaskRunner;
}
namespace service_manager {
-class InterfaceRegistry;
+class BinderRegistry;
}
namespace ash {
@@ -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(
- service_manager::InterfaceRegistry* registry,
+ service_manager::BinderRegistry* registry,
scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner);
} // namespace mojo_interface_factory
« no previous file with comments | « ash/autoclick/mus/autoclick_application.cc ('k') | ash/common/mojo_interface_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698