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

Unified Diff: ash/common/mojo_interface_factory.cc

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
Index: ash/common/mojo_interface_factory.cc
diff --git a/ash/common/mojo_interface_factory.cc b/ash/common/mojo_interface_factory.cc
index e18be584b7aafed4bef6f7260ae25d23db2ca8d7..ce4fe650adf858e868de4c35211a8fba6c97fa65 100644
--- a/ash/common/mojo_interface_factory.cc
+++ b/ash/common/mojo_interface_factory.cc
@@ -21,7 +21,7 @@
#include "ash/common/wm/maximize_mode/maximize_mode_controller.h"
#include "ash/shell.h"
#include "base/bind.h"
-#include "services/service_manager/public/cpp/interface_registry.h"
+#include "services/service_manager/public/cpp/binder_registry.h"
#include "ui/app_list/presenter/app_list.h"
namespace ash {
@@ -93,7 +93,7 @@ void BindWallpaperRequestOnMainThread(
namespace mojo_interface_factory {
void RegisterInterfaces(
- service_manager::InterfaceRegistry* registry,
+ service_manager::BinderRegistry* registry,
scoped_refptr<base::SingleThreadTaskRunner> main_thread_task_runner) {
registry->AddInterface(
base::Bind(&BindAcceleratorControllerRequestOnMainThread),

Powered by Google App Engine
This is Rietveld 408576698