Index: third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h |
diff --git a/third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h b/third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h |
index 65bbb0ae0a2feb7ca2ab4007c47ccc79b3f651c9..b75ebf799a23220db8e6e0cd1fd68e0e38a58e8e 100644 |
--- a/third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h |
+++ b/third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h |
@@ -22,11 +22,11 @@ |
#ifndef IntegerToStringConversion_h |
#define IntegerToStringConversion_h |
+#include <limits> |
+#include <type_traits> |
#include "base/numerics/safe_conversions.h" |
#include "wtf/StdLibExtras.h" |
#include "wtf/text/Unicode.h" |
-#include <limits> |
-#include <type_traits> |
namespace WTF { |