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

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

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/wtf/text/Collator.h ('k') | third_party/WebKit/Source/wtf/text/StringBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « third_party/WebKit/Source/wtf/text/Collator.h ('k') | third_party/WebKit/Source/wtf/text/StringBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698