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

Unified Diff: third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.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/platform/fonts/win/FontFallbackWin.h
diff --git a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
index 0a847876a1bb9bf0baab735720c06ecf3168d0b0..b82012529d3fc9346c7a7ad23b30c312ed8033c0 100644
--- a/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
+++ b/third_party/WebKit/Source/platform/fonts/win/FontFallbackWin.h
@@ -31,14 +31,14 @@
#ifndef FontFallbackWin_h
#define FontFallbackWin_h
-#include "platform/PlatformExport.h"
-#include "platform/fonts/FontDescription.h"
-#include "platform/fonts/FontFallbackPriority.h"
#include <unicode/locid.h>
#include <unicode/uscript.h>
#include <usp10.h>
#include <wchar.h>
#include <windows.h>
+#include "platform/PlatformExport.h"
+#include "platform/fonts/FontDescription.h"
+#include "platform/fonts/FontFallbackPriority.h"
class SkFontMgr;

Powered by Google App Engine
This is Rietveld 408576698