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