Index: ash/mus/shell_delegate_mus.cc |
diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc |
index aa14e7f7f995874b6dc5889256f25ffc27d9c940..8dd3c02d7c40237a40d72eb246c7dc657dceac74 100644 |
--- a/ash/mus/shell_delegate_mus.cc |
+++ b/ash/mus/shell_delegate_mus.cc |
@@ -175,7 +175,7 @@ app_list::AppListPresenter* ShellDelegateMus::GetAppListPresenter() { |
} |
ShelfDelegate* ShellDelegateMus::CreateShelfDelegate(ShelfModel* model) { |
- return new ShelfDelegateMus(WmShell::Get()->shelf_model()); |
+ return new ShelfDelegateMus(); |
} |
SystemTrayDelegate* ShellDelegateMus::CreateSystemTrayDelegate() { |