| Index: ash/system/locale/locale_notification_controller.cc
|
| diff --git a/ash/system/locale/locale_notification_controller.cc b/ash/system/locale/locale_notification_controller.cc
|
| index 99abfdac2d248a0fcbddaff56e22c78b26e88f9b..bf45085fedbe0a42c96345b56f352ad244e7205b 100644
|
| --- a/ash/system/locale/locale_notification_controller.cc
|
| +++ b/ash/system/locale/locale_notification_controller.cc
|
| @@ -7,11 +7,11 @@
|
| #include <memory>
|
| #include <utility>
|
|
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/resources/grit/ash_resources.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| #include "ash/system/system_notifier.h"
|
| #include "ash/system/tray/system_tray_notifier.h"
|
| -#include "ash/wm_shell.h"
|
| #include "base/strings/string16.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
|
|