Index: third_party/WebKit/Source/wtf/text/WTFString.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/WTFString.cpp b/third_party/WebKit/Source/wtf/text/WTFString.cpp |
index b547cbdf993b0a448a1d25a79df6adb28d5a21fa..8181581c4128aa67ae4b52fa368980801f2caf06 100644 |
--- a/third_party/WebKit/Source/wtf/text/WTFString.cpp |
+++ b/third_party/WebKit/Source/wtf/text/WTFString.cpp |
@@ -22,6 +22,8 @@ |
#include "wtf/text/WTFString.h" |
+#include <stdarg.h> |
+#include <algorithm> |
#include "base/strings/string_util.h" |
#include "wtf/ASCIICType.h" |
#include "wtf/DataLog.h" |
@@ -35,8 +37,6 @@ |
#include "wtf/text/IntegerToStringConversion.h" |
#include "wtf/text/UTF8.h" |
#include "wtf/text/Unicode.h" |
-#include <algorithm> |
-#include <stdarg.h> |
namespace WTF { |