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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/WTFString.cpp

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/WTFString.cpp
diff --git a/third_party/WebKit/Source/platform/wtf/text/WTFString.cpp b/third_party/WebKit/Source/platform/wtf/text/WTFString.cpp
index 052b80217f0dc5ecc40d8bce40fe219178402b4f..290078071efae25921812fb16ebe4f70c58b6945 100644
--- a/third_party/WebKit/Source/platform/wtf/text/WTFString.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/WTFString.cpp
@@ -22,6 +22,8 @@
#include "platform/wtf/text/WTFString.h"
+#include <stdarg.h>
+#include <algorithm>
#include "base/strings/string_util.h"
#include "platform/wtf/ASCIICType.h"
#include "platform/wtf/DataLog.h"
@@ -35,8 +37,6 @@
#include "platform/wtf/text/IntegerToStringConversion.h"
#include "platform/wtf/text/UTF8.h"
#include "platform/wtf/text/Unicode.h"
-#include <algorithm>
-#include <stdarg.h>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698