| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 2ee91955bc85a269fe06a47125588f66479d5003..f6a0661e857d2287d832bbf3be6480299c6a6c72 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -22,6 +22,7 @@
|
| #include "ash/common/shelf/shelf_item_delegate_manager.h"
|
| #include "ash/common/shelf/shelf_model.h"
|
| #include "ash/common/shell_window_ids.h"
|
| +#include "ash/common/system/locale/locale_notification_controller.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/wm/mru_window_tracker.h"
|
| #include "ash/common/wm/root_window_finder.h"
|
| @@ -61,7 +62,6 @@
|
| #include "ash/shell_delegate.h"
|
| #include "ash/shell_factory.h"
|
| #include "ash/shell_init_params.h"
|
| -#include "ash/system/locale/locale_notification_controller.h"
|
| #include "ash/system/status_area_widget.h"
|
| #include "ash/system/toast/toast_manager.h"
|
| #include "ash/system/tray/system_tray_notifier.h"
|
|
|