Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1020)

Unified Diff: third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
diff --git a/third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h b/third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
index 0b3938ab54d6003a03a1412031902b63fde8166d..0c3eabd0849075c79bff5fb4cc10b253f1175d54 100644
--- a/third_party/WebKit/Source/platform/wtf/text/IntegerToStringConversion.h
+++ b/third_party/WebKit/Source/platform/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 "platform/wtf/StdLibExtras.h"
#include "platform/wtf/text/Unicode.h"
-#include <limits>
-#include <type_traits>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698