| Index: mash/task_viewer/task_viewer.h
|
| diff --git a/mash/task_viewer/task_viewer.h b/mash/task_viewer/task_viewer.h
|
| index 372c29398efe18d625a7ef10f954de0fb51668a3..929453320c92d52571a721ba806734064e933e6f 100644
|
| --- a/mash/task_viewer/task_viewer.h
|
| +++ b/mash/task_viewer/task_viewer.h
|
| @@ -18,6 +18,7 @@
|
| namespace views {
|
| class AuraInit;
|
| class Widget;
|
| +class WindowManagerConnection;
|
| }
|
|
|
| namespace mash {
|
| @@ -52,6 +53,7 @@ class TaskViewer : public shell::ShellClient,
|
|
|
| mojo::TracingImpl tracing_;
|
| std::unique_ptr<views::AuraInit> aura_init_;
|
| + std::unique_ptr<views::WindowManagerConnection> views_mus_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(TaskViewer);
|
| };
|
|
|