| 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),
|
|
|