| Index: Source/core/platform/mac/WebFontCache.mm
|
| diff --git a/Source/core/platform/mac/WebFontCache.mm b/Source/core/platform/mac/WebFontCache.mm
|
| index 6f85e7b341ea74c95708fe6648176cd7d00f552e..bfcab60eae1a01fe10ff2c5e2c98dad65935832a 100644
|
| --- a/Source/core/platform/mac/WebFontCache.mm
|
| +++ b/Source/core/platform/mac/WebFontCache.mm
|
| @@ -33,7 +33,7 @@
|
| #import <AppKit/AppKit.h>
|
| #import <Foundation/Foundation.h>
|
| #import <math.h>
|
| -#import "core/platform/graphics/FontTraitsMask.h"
|
| +#import "platform/fonts/FontTraitsMask.h"
|
| #import <wtf/UnusedParam.h>
|
|
|
| using namespace WebCore;
|
|
|