| Index: ash/common/wm_shell.cc
|
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc
|
| index def0eb526616efd17fdd96e1cf4fc8a8aa4c4305..cffcd3ade478c1a7d2fe80d91eeac2b263fa9471 100644
|
| --- a/ash/common/wm_shell.cc
|
| +++ b/ash/common/wm_shell.cc
|
| @@ -5,6 +5,7 @@
|
| #include "ash/common/wm_shell.h"
|
|
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| +#include "ash/common/system/tray/wm_system_tray_notifier.h"
|
| #include "base/logging.h"
|
|
|
| namespace ash {
|
| @@ -22,7 +23,7 @@ WmShell* WmShell::Get() {
|
| return instance_;
|
| }
|
|
|
| -WmShell::WmShell() {}
|
| +WmShell::WmShell() : system_tray_notifier_(new WmSystemTrayNotifier) {}
|
|
|
| WmShell::~WmShell() {}
|
|
|
|
|