Index: third_party/WebKit/Source/wtf/text/StringImpl.h |
diff --git a/third_party/WebKit/Source/wtf/text/StringImpl.h b/third_party/WebKit/Source/wtf/text/StringImpl.h |
index afdb6af132ebe2f62d4e824de43a744f48eccde6..def8e4e40aaba0193a2cb9b7b35725eed7e58e6c 100644 |
--- a/third_party/WebKit/Source/wtf/text/StringImpl.h |
+++ b/third_party/WebKit/Source/wtf/text/StringImpl.h |
@@ -24,6 +24,8 @@ |
#ifndef StringImpl_h |
#define StringImpl_h |
+#include <limits.h> |
+#include <string.h> |
#include "wtf/ASCIICType.h" |
#include "wtf/Forward.h" |
#include "wtf/HashMap.h" |
@@ -32,8 +34,6 @@ |
#include "wtf/WTFExport.h" |
#include "wtf/text/ASCIIFastPath.h" |
#include "wtf/text/Unicode.h" |
-#include <limits.h> |
-#include <string.h> |
#if DCHECK_IS_ON() |
#include "wtf/ThreadRestrictionVerifier.h" |