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

Unified Diff: Source/core/platform/graphics/mac/FontCacheMac.mm

Issue 14457007: Absolutify paths to platform/mac/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: watter Created 7 years, 8 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: Source/core/platform/graphics/mac/FontCacheMac.mm
diff --git a/Source/core/platform/graphics/mac/FontCacheMac.mm b/Source/core/platform/graphics/mac/FontCacheMac.mm
index 3fffc8d3bc7933dc72d8a75725d5a921ec67e1be..69f03abb830caaf31fd04d61f1c0c68bd1282b15 100644
--- a/Source/core/platform/graphics/mac/FontCacheMac.mm
+++ b/Source/core/platform/graphics/mac/FontCacheMac.mm
@@ -31,11 +31,11 @@
#import "core/platform/graphics/FontCache.h"
#import <AppKit/AppKit.h>
-#import "WebCoreSystemInterface.h"
-#import "WebFontCache.h"
#import "core/platform/graphics/Font.h"
#import "core/platform/graphics/FontPlatformData.h"
#import "core/platform/graphics/SimpleFontData.h"
+#import "core/platform/mac/WebCoreSystemInterface.h"
+#import "core/platform/mac/WebFontCache.h"
#import <wtf/MainThread.h>
#import <wtf/StdLibExtras.h>

Powered by Google App Engine
This is Rietveld 408576698