| Index: ash/root_window_controller.cc
|
| diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
|
| index 44424ac236d59497f7ddc9af69651e51be715316..8fc703ef432f35660d578bace5ed58e57bb0fbcb 100644
|
| --- a/ash/root_window_controller.cc
|
| +++ b/ash/root_window_controller.cc
|
| @@ -763,8 +763,8 @@ void RootWindowController::InitLayoutManagers() {
|
| WmWindow* status_container =
|
| WmWindowAura::Get(GetContainer(kShellWindowId_StatusContainer));
|
| shelf_widget_.reset(new ShelfWidget(shelf_container, status_container,
|
| + wm_shelf_aura_.get(),
|
| workspace_controller()));
|
| - wm_shelf_aura_->SetShelfLayoutManager(shelf_widget_->shelf_layout_manager());
|
| workspace_layout_manager_delegate->set_shelf(
|
| shelf_widget_->shelf_layout_manager());
|
|
|
|
|