| Index: ash/common/mojo_interface_factory.cc
|
| diff --git a/ash/common/mojo_interface_factory.cc b/ash/common/mojo_interface_factory.cc
|
| index f52469d4b008f8d2fc422380ad6a19c1dd73a584..975c6e807d4842c31e33b478123413ae256619aa 100644
|
| --- a/ash/common/mojo_interface_factory.cc
|
| +++ b/ash/common/mojo_interface_factory.cc
|
| @@ -60,11 +60,11 @@ void BindNewWindowControllerRequestOnMainThread(
|
|
|
| void BindSessionControllerRequestOnMainThread(
|
| mojom::SessionControllerRequest request) {
|
| - WmShell::Get()->session_controller()->BindRequest(std::move(request));
|
| + Shell::Get()->session_controller()->BindRequest(std::move(request));
|
| }
|
|
|
| void BindShelfRequestOnMainThread(mojom::ShelfControllerRequest request) {
|
| - WmShell::Get()->shelf_controller()->BindRequest(std::move(request));
|
| + Shell::Get()->shelf_controller()->BindRequest(std::move(request));
|
| }
|
|
|
| void BindShutdownControllerRequestOnMainThread(
|
|
|