Index: ash/shelf/shelf_widget.cc |
diff --git a/ash/shelf/shelf_widget.cc b/ash/shelf/shelf_widget.cc |
index 30b199079a45bf293763db69d5a25d795f92c151..6059aa91b815684e47f49d68e10624baa2eba274 100644 |
--- a/ash/shelf/shelf_widget.cc |
+++ b/ash/shelf/shelf_widget.cc |
@@ -630,7 +630,8 @@ ShelfWidget::ShelfWidget(aura::Window* shelf_container, |
shelf_layout_manager_->set_workspace_controller(workspace_controller); |
workspace_controller->SetShelf(shelf_layout_manager_); |
- status_container->SetLayoutManager(new StatusAreaLayoutManager(this)); |
+ status_container->SetLayoutManager( |
+ new StatusAreaLayoutManager(status_container, this)); |
shelf_container->SetEventTargeter(scoped_ptr<ui::EventTargeter>(new |
ShelfWindowTargeter(shelf_container, shelf_layout_manager_))); |