Index: ash/common/wm_shell.h |
diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h |
index 4ecfacceec864d1db7bffecfce46a8ebf03334dd..a679e0f2b870add46402bf5b18038f4a1973dc2d 100644 |
--- a/ash/common/wm_shell.h |
+++ b/ash/common/wm_shell.h |
@@ -41,6 +41,7 @@ class ScopedDisableInternalMouseAndKeyboard; |
class SessionStateDelegate; |
class ShelfDelegate; |
class ShelfModel; |
+class ShelfWindowWatcher; |
class ShellDelegate; |
class ShellObserver; |
class SystemTrayDelegate; |
@@ -348,6 +349,7 @@ class ASH_EXPORT WmShell { |
std::unique_ptr<NewWindowDelegate> new_window_delegate_; |
std::unique_ptr<ShelfDelegate> shelf_delegate_; |
std::unique_ptr<ShelfModel> shelf_model_; |
+ std::unique_ptr<ShelfWindowWatcher> shelf_window_watcher_; |
std::unique_ptr<SystemTrayNotifier> system_tray_notifier_; |
std::unique_ptr<SystemTrayDelegate> system_tray_delegate_; |
std::unique_ptr<ToastManager> toast_manager_; |