| 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>
|
|
|
|
|