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

Unified Diff: third_party/WebKit/Source/wtf/text/icu/CollatorICU.cpp

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/icu/CollatorICU.cpp
diff --git a/third_party/WebKit/Source/wtf/text/icu/CollatorICU.cpp b/third_party/WebKit/Source/wtf/text/icu/CollatorICU.cpp
index 386db70338a622e05a45ac63a99c149babd1a2e1..fb59b8a7648c7e8eab2cebd39f4997e9380389a2 100644
--- a/third_party/WebKit/Source/wtf/text/icu/CollatorICU.cpp
+++ b/third_party/WebKit/Source/wtf/text/icu/CollatorICU.cpp
@@ -28,15 +28,15 @@
#include "wtf/text/Collator.h"
+#include <stdlib.h>
+#include <string.h>
+#include <unicode/ucol.h>
+#include <memory>
#include "wtf/Assertions.h"
#include "wtf/PtrUtil.h"
#include "wtf/StringExtras.h"
#include "wtf/Threading.h"
#include "wtf/ThreadingPrimitives.h"
-#include <memory>
-#include <stdlib.h>
-#include <string.h>
-#include <unicode/ucol.h>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698