| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index 8417e1a2ef1b3c3b073a9043a46d2c563193f09d..6d9498fe2e3dea5760139637be6c61a7f5e89fe4 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -34,7 +34,7 @@ class WindowResizer;
|
| class WindowSelectorController;
|
| class WmActivationObserver;
|
| class WmDisplayObserver;
|
| -class WmSystemTrayNotifier;
|
| +class SystemTrayNotifier;
|
| class WmWindow;
|
|
|
| namespace wm {
|
| @@ -52,7 +52,7 @@ class ASH_EXPORT WmShell {
|
|
|
| FocusCycler* focus_cycler() { return focus_cycler_.get(); }
|
|
|
| - WmSystemTrayNotifier* system_tray_notifier() {
|
| + SystemTrayNotifier* system_tray_notifier() {
|
| return system_tray_notifier_.get();
|
| }
|
|
|
| @@ -177,7 +177,7 @@ class ASH_EXPORT WmShell {
|
| static WmShell* instance_;
|
|
|
| std::unique_ptr<FocusCycler> focus_cycler_;
|
| - std::unique_ptr<WmSystemTrayNotifier> system_tray_notifier_;
|
| + std::unique_ptr<SystemTrayNotifier> system_tray_notifier_;
|
| std::unique_ptr<SystemTrayDelegate> system_tray_delegate_;
|
| std::unique_ptr<WindowSelectorController> window_selector_controller_;
|
|
|
|
|