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

Unified Diff: third_party/WebKit/Source/platform/text/Character.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/platform/text/Character.cpp
diff --git a/third_party/WebKit/Source/platform/text/Character.cpp b/third_party/WebKit/Source/platform/text/Character.cpp
index 7bd0fe5833365589ce3592ba198f3b4905b0de0f..209fc5f69780cdb0ef109ab23074de70aada4e04 100644
--- a/third_party/WebKit/Source/platform/text/Character.cpp
+++ b/third_party/WebKit/Source/platform/text/Character.cpp
@@ -30,16 +30,16 @@
#include "platform/text/Character.h"
+#include <unicode/uobject.h>
+#include <unicode/uscript.h>
+#include <algorithm>
#include "platform/text/ICUError.h"
#include "wtf/StdLibExtras.h"
#include "wtf/text/StringBuilder.h"
-#include <algorithm>
-#include <unicode/uobject.h>
-#include <unicode/uscript.h>
#if defined(USING_SYSTEM_ICU)
-#include "platform/text/CharacterPropertyDataGenerator.h"
#include <unicode/uniset.h>
+#include "platform/text/CharacterPropertyDataGenerator.h"
#else
#define MUTEX_H // Prevent compile failure of utrie2.h on Windows
#include <utrie2.h>
« no previous file with comments | « third_party/WebKit/Source/platform/text/BidiTestHarness.h ('k') | third_party/WebKit/Source/platform/text/CharacterEmoji.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698