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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/WTFString.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/WTFString.h
diff --git a/third_party/WebKit/Source/platform/wtf/text/WTFString.h b/third_party/WebKit/Source/platform/wtf/text/WTFString.h
index 39166240da0db4567e0dbffe3f5cbe1f930e12be..a190f42a6d5d59703341a1a1de3751742fef493b 100644
--- a/third_party/WebKit/Source/platform/wtf/text/WTFString.h
+++ b/third_party/WebKit/Source/platform/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 "platform/wtf/Allocator.h"
#include "platform/wtf/Compiler.h"
#include "platform/wtf/HashTableDeletedValueType.h"
@@ -33,8 +35,6 @@
#include "platform/wtf/text/ASCIIFastPath.h"
#include "platform/wtf/text/StringImpl.h"
#include "platform/wtf/text/StringView.h"
-#include <algorithm>
-#include <iosfwd>
#ifdef __OBJC__
#include <objc/objc.h>

Powered by Google App Engine
This is Rietveld 408576698