| Index: ash/mus/root_window_controller.cc
|
| diff --git a/ash/mus/root_window_controller.cc b/ash/mus/root_window_controller.cc
|
| index 46ceb10a0b9cc54d1e93b887010c34d172145376..f9584af0e17b02428c77c52f56eab04970270d7f 100644
|
| --- a/ash/mus/root_window_controller.cc
|
| +++ b/ash/mus/root_window_controller.cc
|
| @@ -170,7 +170,7 @@ void RootWindowController::CreateLayoutManagers() {
|
| new ScreenlockLayout(lock_screen_container->mus_window()));
|
|
|
| // Creating the shelf also creates the status area and both layout managers.
|
| - wm_shelf_.reset(new WmShelfMus(wm_root_window_controller_.get()));
|
| + wm_shelf_.reset(new WmShelfMus(wm_root_window_controller_->GetWindow()));
|
|
|
| WmWindowMus* default_container =
|
| GetWindowByShellWindowId(kShellWindowId_DefaultContainer);
|
|
|