Index: third_party/WebKit/Source/platform/text/LocaleMac.h |
diff --git a/third_party/WebKit/Source/platform/text/LocaleMac.h b/third_party/WebKit/Source/platform/text/LocaleMac.h |
index 74fb50b331fedfd73d8b064e1057f1a0e7edd3f3..c3d3dd46583212dfbc008d28759eefd10fd817cc 100644 |
--- a/third_party/WebKit/Source/platform/text/LocaleMac.h |
+++ b/third_party/WebKit/Source/platform/text/LocaleMac.h |
@@ -31,12 +31,12 @@ |
#ifndef LocaleMac_h |
#define LocaleMac_h |
-#include "platform/text/PlatformLocale.h" |
-#include "wtf/Forward.h" |
-#include "wtf/RetainPtr.h" |
-#include "wtf/Vector.h" |
-#include "wtf/text/WTFString.h" |
#include <memory> |
+#include "platform/text/PlatformLocale.h" |
+#include "platform/wtf/Forward.h" |
+#include "platform/wtf/RetainPtr.h" |
+#include "platform/wtf/Vector.h" |
+#include "platform/wtf/text/WTFString.h" |
OBJC_CLASS NSCalendar; |
OBJC_CLASS NSDateFormatter; |