Index: third_party/WebKit/Source/platform/Length.h |
diff --git a/third_party/WebKit/Source/platform/Length.h b/third_party/WebKit/Source/platform/Length.h |
index 5bd77120c8ee30e7b35b93a74c417b90fe8bced6..a6dc1701947d16d4e526f4bacfe0092c1df69303 100644 |
--- a/third_party/WebKit/Source/platform/Length.h |
+++ b/third_party/WebKit/Source/platform/Length.h |
@@ -23,15 +23,15 @@ |
#ifndef Length_h |
#define Length_h |
+#include <cstring> |
#include "platform/PlatformExport.h" |
#include "platform/animation/AnimationUtilities.h" |
-#include "wtf/Allocator.h" |
-#include "wtf/Assertions.h" |
-#include "wtf/Forward.h" |
-#include "wtf/HashMap.h" |
-#include "wtf/MathExtras.h" |
-#include "wtf/Vector.h" |
-#include <cstring> |
+#include "platform/wtf/Allocator.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/Forward.h" |
+#include "platform/wtf/HashMap.h" |
+#include "platform/wtf/MathExtras.h" |
+#include "platform/wtf/Vector.h" |
namespace blink { |