Index: ash/mus/window_manager.cc |
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc |
index b9640f6f340eb0d8296e68a2cfd84e709f5556f1..c72d7f5e62dad7af2db745c48edaea7694090741 100644 |
--- a/ash/mus/window_manager.cc |
+++ b/ash/mus/window_manager.cc |
@@ -95,7 +95,7 @@ void WindowManager::Init(::ui::WindowTreeClient* window_tree_client) { |
std::unique_ptr<ShellDelegate> shell_delegate(new ShellDelegateMus( |
base::MakeUnique<AppListPresenterStub>(), connector_)); |
- shell_.reset(new WmShellMus(std::move(shell_delegate), window_tree_client_)); |
+ shell_.reset(new WmShellMus(std::move(shell_delegate), this)); |
shell_->Initialize(); |
lookup_.reset(new WmLookupMus); |
} |