| Index: ash/system/power/tray_power.cc
|
| diff --git a/ash/system/power/tray_power.cc b/ash/system/power/tray_power.cc
|
| index 78cf952a045bee971d6775c7961745ef585c96a8..5a3fe25489584bcffd0a92b3cc99f210570fe788 100644
|
| --- a/ash/system/power/tray_power.cc
|
| +++ b/ash/system/power/tray_power.cc
|
| @@ -20,6 +20,8 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "grit/ash_resources.h"
|
| #include "grit/ash_strings.h"
|
| +#include "third_party/icu/public/i18n/unicode/fieldpos.h"
|
| +#include "third_party/icu/public/i18n/unicode/fmtable.h"
|
| #include "third_party/skia/include/core/SkRect.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| @@ -36,8 +38,6 @@
|
| #include "ui/views/layout/grid_layout.h"
|
| #include "ui/views/view.h"
|
| #include "ui/views/widget/widget.h"
|
| -#include "unicode/fieldpos.h"
|
| -#include "unicode/fmtable.h"
|
|
|
| namespace ash {
|
| namespace internal {
|
|
|