| Index: ash/mus/root_window_controller.cc
|
| diff --git a/ash/mus/root_window_controller.cc b/ash/mus/root_window_controller.cc
|
| index 8e8f9c6e5c4e1b18de2bba953b0ed04a74ce9928..a201bac4e0b49197062c724bcdd69de660387bf0 100644
|
| --- a/ash/mus/root_window_controller.cc
|
| +++ b/ash/mus/root_window_controller.cc
|
| @@ -84,7 +84,7 @@ void RootWindowController::Shutdown() {
|
| wm_root_window_controller_->CloseChildWindows();
|
| }
|
|
|
| -shell::Connector* RootWindowController::GetConnector() {
|
| +service_manager::Connector* RootWindowController::GetConnector() {
|
| return window_manager_->connector();
|
| }
|
|
|
|
|