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

Unified Diff: Source/core/platform/graphics/cocoa/FontPlatformDataCocoa.mm

Issue 16963006: Include AvailabilityMacros.h only where it is used. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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: Source/core/platform/graphics/cocoa/FontPlatformDataCocoa.mm
diff --git a/Source/core/platform/graphics/cocoa/FontPlatformDataCocoa.mm b/Source/core/platform/graphics/cocoa/FontPlatformDataCocoa.mm
index ac239fa24ac43995573ee29dd379c9833b5f1263..aa7a5e72bbafa542c7a8ebc2d04235b123075013 100644
--- a/Source/core/platform/graphics/cocoa/FontPlatformDataCocoa.mm
+++ b/Source/core/platform/graphics/cocoa/FontPlatformDataCocoa.mm
@@ -25,6 +25,7 @@
#import "core/platform/graphics/FontPlatformData.h"
#import <AppKit/NSFont.h>
+#import <AvailabilityMacros.h>
#import <wtf/text/WTFString.h>
#if OS(DARWIN)

Powered by Google App Engine
This is Rietveld 408576698