| Index: ash/common/wm_shell.cc
|
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
|
| index 974c1dbe45d6a407d975be53eaabed574dccbf14..4aa534e580fcae74d6ff84b133f6cdcfbf9defcb 100644
|
| --- a/ash/common/wm_shell.cc
|
| +++ b/ash/common/wm_shell.cc
|
| @@ -7,7 +7,7 @@
|
| #include "ash/common/focus_cycler.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| -#include "ash/common/system/tray/wm_system_tray_notifier.h"
|
| +#include "ash/common/system/tray/system_tray_notifier.h"
|
| #include "ash/common/wm/overview/window_selector_controller.h"
|
| #include "ash/common/wm_window.h"
|
| #include "base/logging.h"
|
| @@ -29,7 +29,7 @@ WmShell* WmShell::Get() {
|
|
|
| WmShell::WmShell()
|
| : focus_cycler_(new FocusCycler),
|
| - system_tray_notifier_(new WmSystemTrayNotifier),
|
| + system_tray_notifier_(new SystemTrayNotifier),
|
| window_selector_controller_(new WindowSelectorController()) {}
|
|
|
| WmShell::~WmShell() {}
|
|
|