| Index: ash/system/date/date_view.cc
|
| diff --git a/ash/system/date/date_view.cc b/ash/system/date/date_view.cc
|
| index d35182da57259638f5c0bcb1e2f550df91476b3f..e59b42ed2aa737071563780ed85e8b02a9dd0337 100644
|
| --- a/ash/system/date/date_view.cc
|
| +++ b/ash/system/date/date_view.cc
|
| @@ -11,14 +11,14 @@
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "grit/ash_strings.h"
|
| +#include "third_party/icu/public/i18n/unicode/datefmt.h"
|
| +#include "third_party/icu/public/i18n/unicode/dtptngen.h"
|
| +#include "third_party/icu/public/i18n/unicode/smpdtfmt.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| #include "ui/views/controls/label.h"
|
| #include "ui/views/layout/box_layout.h"
|
| #include "ui/views/layout/grid_layout.h"
|
| #include "ui/views/widget/widget.h"
|
| -#include "unicode/datefmt.h"
|
| -#include "unicode/dtptngen.h"
|
| -#include "unicode/smpdtfmt.h"
|
|
|
| namespace ash {
|
| namespace internal {
|
|
|