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

Unified Diff: third_party/WebKit/Source/wtf/text/Collator.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/Collator.h
diff --git a/third_party/WebKit/Source/wtf/text/Collator.h b/third_party/WebKit/Source/wtf/text/Collator.h
index 853083e4af60f3409548f5b7b9f1075867f979ee..f96e6d4ad9c69bc365b3c602157605070c003825 100644
--- a/third_party/WebKit/Source/wtf/text/Collator.h
+++ b/third_party/WebKit/Source/wtf/text/Collator.h
@@ -29,11 +29,11 @@
#ifndef WTF_Collator_h
#define WTF_Collator_h
+#include <memory>
#include "wtf/Allocator.h"
#include "wtf/Noncopyable.h"
#include "wtf/WTFExport.h"
#include "wtf/text/Unicode.h"
-#include <memory>
struct UCollator;
« no previous file with comments | « third_party/WebKit/Source/wtf/text/CStringTest.cpp ('k') | third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698