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

Unified Diff: third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.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/CharacterPropertyDataGenerator.cpp
diff --git a/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp b/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
index d822a146be9626d9a17fb351d4baf62f2c1a7a58..ff24759882e7ff1c1572ca252a13d66c3e5f7240 100644
--- a/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
+++ b/third_party/WebKit/Source/platform/text/CharacterPropertyDataGenerator.cpp
@@ -7,11 +7,11 @@
// directory, and fix these #include's to "platform/fonts/...".
#include "CharacterPropertyDataGenerator.h"
-#include "CharacterProperty.h"
+#include <stdio.h>
#include <cassert>
#include <cstring>
#include <memory>
-#include <stdio.h>
+#include "CharacterProperty.h"
#if !defined(USING_SYSTEM_ICU)
#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/CharacterEmoji.cpp ('k') | third_party/WebKit/Source/platform/text/ICUError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698