summaryrefslogtreecommitdiffstats
path: root/base/i18n/time_formatting.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/i18n/time_formatting.cc')
-rw-r--r--base/i18n/time_formatting.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/base/i18n/time_formatting.cc b/base/i18n/time_formatting.cc
index 9906dba..e60acd1 100644
--- a/base/i18n/time_formatting.cc
+++ b/base/i18n/time_formatting.cc
@@ -8,9 +8,9 @@
#include "base/memory/scoped_ptr.h"
#include "base/utf_string_conversions.h"
#include "base/time.h"
-#include "unicode/datefmt.h"
-#include "unicode/dtptngen.h"
-#include "unicode/smpdtfmt.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"
using base::Time;