| Index: ash/common/mojo_interface_factory.cc
|
| diff --git a/ash/common/mojo_interface_factory.cc b/ash/common/mojo_interface_factory.cc
|
| index f0742918eeea52184af6602bdbe9c28a4a52a61d..83aa475808a60609ae0d6b76ca2e5221139c290f 100644
|
| --- a/ash/common/mojo_interface_factory.cc
|
| +++ b/ash/common/mojo_interface_factory.cc
|
| @@ -35,7 +35,7 @@ void BindAcceleratorControllerRequestOnMainThread(
|
| }
|
|
|
| void BindAppListRequestOnMainThread(app_list::mojom::AppListRequest request) {
|
| - WmShell::Get()->app_list()->BindRequest(std::move(request));
|
| + Shell::Get()->app_list()->BindRequest(std::move(request));
|
| }
|
|
|
| void BindCastConfigOnMainThread(mojom::CastConfigRequest request) {
|
|
|