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

Unified Diff: ui/gfx/font_fallback_mac.mm

Issue 1133713009: Subject .mm files to the header sorting presubmit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase - of course... it would be one of my patches I conflict with :| Created 5 years, 7 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
« no previous file with comments | « ui/gfx/canvas_unittest_mac.mm ('k') | ui/gfx/ios/NSString+CrStringDrawing_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/font_fallback_mac.mm
diff --git a/ui/gfx/font_fallback_mac.mm b/ui/gfx/font_fallback_mac.mm
index 25df09a6969406c1c49e9c6161edac027cc5c556..d312f8b037d6b24a9cd548924d3dc62174a2ce17 100644
--- a/ui/gfx/font_fallback_mac.mm
+++ b/ui/gfx/font_fallback_mac.mm
@@ -4,14 +4,14 @@
#include "ui/gfx/font_fallback.h"
-#import <Foundation/Foundation.h>
#include <dlfcn.h>
+#import <Foundation/Foundation.h>
#include <string>
#include <vector>
-#import "base/strings/sys_string_conversions.h"
#include "base/mac/foundation_util.h"
#import "base/mac/mac_util.h"
+#import "base/strings/sys_string_conversions.h"
// CTFontCopyDefaultCascadeListForLanguages() doesn't exist in the 10.6 SDK.
// There is only the following. It doesn't exist in the public header files,
« no previous file with comments | « ui/gfx/canvas_unittest_mac.mm ('k') | ui/gfx/ios/NSString+CrStringDrawing_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698