| Index: chrome/common/time_format.cc
|
| diff --git a/chrome/common/time_format.cc b/chrome/common/time_format.cc
|
| index adc246a90bcc382d7c3cde29126b1954322cf3b3..8e19e66809dc4c36312d619a8961635036dbb7ff 100644
|
| --- a/chrome/common/time_format.cc
|
| +++ b/chrome/common/time_format.cc
|
| @@ -15,11 +15,11 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| #include "grit/generated_resources.h"
|
| -#include "third_party/icu/public/common/unicode/locid.h"
|
| -#include "third_party/icu/public/i18n/unicode/datefmt.h"
|
| -#include "third_party/icu/public/i18n/unicode/plurfmt.h"
|
| -#include "third_party/icu/public/i18n/unicode/plurrule.h"
|
| -#include "third_party/icu/public/i18n/unicode/smpdtfmt.h"
|
| +#include "third_party/icu/source/common/unicode/locid.h"
|
| +#include "third_party/icu/source/i18n/unicode/datefmt.h"
|
| +#include "third_party/icu/source/i18n/unicode/plurfmt.h"
|
| +#include "third_party/icu/source/i18n/unicode/plurrule.h"
|
| +#include "third_party/icu/source/i18n/unicode/smpdtfmt.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| using base::Time;
|
|
|