Index: ash/mus/window_manager.cc |
diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc |
index 43124a9d76f342be6111678c7dd0b8bd3b9e097c..a07f488508ef18ce9072e38b997a72f8f0e45ffb 100644 |
--- a/ash/mus/window_manager.cc |
+++ b/ash/mus/window_manager.cc |
@@ -77,7 +77,7 @@ void WindowManager::Init( |
shell_.reset(new WmShellMus(base::MakeUnique<ShellDelegateMus>(connector_), |
this, pointer_watcher_event_router_.get())); |
- shell_->Initialize(blocking_pool); |
+ shell_->Initialize(blocking_pool, connector_); |
lookup_.reset(new WmLookupMus); |
} |