| Index: mash/example/window_type_launcher/window_type_launcher.h
|
| diff --git a/mash/example/window_type_launcher/window_type_launcher.h b/mash/example/window_type_launcher/window_type_launcher.h
|
| index 9b3851cfa192416c33abb55e817957f169d8a071..6afcef9631184c56071def8f33aba84a96412755 100644
|
| --- a/mash/example/window_type_launcher/window_type_launcher.h
|
| +++ b/mash/example/window_type_launcher/window_type_launcher.h
|
| @@ -15,6 +15,7 @@
|
| namespace views {
|
| class AuraInit;
|
| class Widget;
|
| +class WindowManagerConnection;
|
| }
|
|
|
| class WindowTypeLauncher
|
| @@ -46,6 +47,7 @@ class WindowTypeLauncher
|
| std::vector<views::Widget*> windows_;
|
|
|
| std::unique_ptr<views::AuraInit> aura_init_;
|
| + std::unique_ptr<views::WindowManagerConnection> window_manager_connection_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WindowTypeLauncher);
|
| };
|
|
|