| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index d8987ee0d778acdc0fe4c865f63d5331ce22a4e2..88a5b883e3a98f1ddd462cc94fa87bc919ba5901 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -134,6 +134,7 @@
|
| #include "ash/system/chromeos/power/video_activity_notifier.h"
|
| #include "ash/system/chromeos/session/last_window_closed_logout_reminder.h"
|
| #include "ash/system/chromeos/session/logout_confirmation_controller.h"
|
| +#include "ash/system/toast/toast_manager.h"
|
| #include "ash/touch/touch_transformer_controller.h"
|
| #include "ash/virtual_keyboard_controller.h"
|
| #include "base/bind_helpers.h"
|
| @@ -978,6 +979,7 @@ void Shell::Init(const ShellInitParams& init_params) {
|
|
|
| #if defined(OS_CHROMEOS)
|
| sticky_keys_controller_.reset(new StickyKeysController);
|
| + toast_manager_.reset(new ToastManager);
|
| #endif
|
|
|
| lock_state_controller_.reset(new LockStateController);
|
|
|