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

Unified Diff: third_party/WebKit/Source/platform/text/Character.cpp

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/text/Character.cpp
diff --git a/third_party/WebKit/Source/platform/text/Character.cpp b/third_party/WebKit/Source/platform/text/Character.cpp
index 19a82544436fced2a49c967c5f0d9cc6661b7312..dd95dfb8549446306446ca0d44831d00e65b5e88 100644
--- a/third_party/WebKit/Source/platform/text/Character.cpp
+++ b/third_party/WebKit/Source/platform/text/Character.cpp
@@ -38,8 +38,8 @@
#include "platform/wtf/text/StringBuilder.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>

Powered by Google App Engine
This is Rietveld 408576698