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

Unified Diff: third_party/WebKit/Source/wtf/text/WTFString.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
Index: third_party/WebKit/Source/wtf/text/WTFString.h
diff --git a/third_party/WebKit/Source/wtf/text/WTFString.h b/third_party/WebKit/Source/wtf/text/WTFString.h
index 9ba534a65e70a80aa13467d2bd70bcf09d71ed16..6c1486700d99e7c29c019c64b8646b18c6b7206d 100644
--- a/third_party/WebKit/Source/wtf/text/WTFString.h
+++ b/third_party/WebKit/Source/wtf/text/WTFString.h
@@ -26,6 +26,8 @@
// This file would be called String.h, but that conflicts with <string.h>
// on systems without case-sensitive file systems.
+#include <algorithm>
+#include <iosfwd>
#include "wtf/Allocator.h"
#include "wtf/Compiler.h"
#include "wtf/HashTableDeletedValueType.h"
@@ -33,8 +35,6 @@
#include "wtf/text/ASCIIFastPath.h"
#include "wtf/text/StringImpl.h"
#include "wtf/text/StringView.h"
-#include <algorithm>
-#include <iosfwd>
#ifdef __OBJC__
#include <objc/objc.h>
« no previous file with comments | « third_party/WebKit/Source/wtf/text/TextPosition.cpp ('k') | third_party/WebKit/Source/wtf/text/WTFString.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698