Index: mash/task_viewer/task_viewer.cc |
diff --git a/mash/task_viewer/task_viewer.cc b/mash/task_viewer/task_viewer.cc |
index 8e481365af80373ff32dddfcb01a4b575bee01d8..51f6cbdac1c2a4b2333251856d97a08dc99e1204 100644 |
--- a/mash/task_viewer/task_viewer.cc |
+++ b/mash/task_viewer/task_viewer.cc |
@@ -290,7 +290,8 @@ void TaskViewer::Initialize(shell::Connector* connector, |
tracing_.Initialize(connector, identity.name()); |
aura_init_.reset(new views::AuraInit(connector, "views_mus_resources.pak")); |
- views::WindowManagerConnection::Create(connector, identity); |
+ window_manager_connection_ = |
+ views::WindowManagerConnection::Create(connector, identity); |
} |
bool TaskViewer::AcceptConnection(shell::Connection* connection) { |