Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index fb60b3496544c2ecc501085b06b6dc6c089fbce6..eb6f967853120b76b7e4c94412e376db8676c07b 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -495,7 +495,7 @@ void RootWindowController::ShowShelf() { |
void RootWindowController::CreateShelf() { |
if (shelf_widget_->shelf()) |
return; |
- shelf_widget_->CreateShelf(wm_shelf_aura_.get()); |
+ shelf_widget_->CreateShelf(); |
if (panel_layout_manager_) |
panel_layout_manager_->SetShelf(wm_shelf_aura_.get()); |