| Index: ash/shelf/shelf_widget.cc
|
| diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc
|
| index 1a3e9b6bccfb0d65290f0053e0944c0ba3d8f8de..08565d12f1932755b7e194833455f126f45214df 100644
|
| --- a/ash/shelf/shelf_widget.cc
|
| +++ b/ash/shelf/shelf_widget.cc
|
| @@ -618,7 +618,7 @@ ShelfWidget::ShelfWidget(aura::Window* shelf_container,
|
| shelf_layout_manager_->AddObserver(this);
|
| shelf_container->SetLayoutManager(shelf_layout_manager_);
|
| shelf_layout_manager_->set_workspace_controller(workspace_controller);
|
| - workspace_controller->SetShelf(shelf_layout_manager_);
|
| + workspace_controller->set_shelf(shelf_layout_manager_);
|
|
|
| status_area_widget_ = new StatusAreaWidget(status_container, this);
|
| status_area_widget_->CreateTrayViews();
|
|
|