| Index: Source/core/platform/graphics/mac/FontCustomPlatformData.cpp
|
| diff --git a/Source/core/platform/graphics/mac/FontCustomPlatformData.cpp b/Source/core/platform/graphics/mac/FontCustomPlatformData.cpp
|
| index fd7a946f11a79b96447107ffca642cccab9b57a4..7a9f2909d45ef20a1d49d754fae2acd43ea3a806 100644
|
| --- a/Source/core/platform/graphics/mac/FontCustomPlatformData.cpp
|
| +++ b/Source/core/platform/graphics/mac/FontCustomPlatformData.cpp
|
| @@ -22,10 +22,10 @@
|
| #include "FontCustomPlatformData.h"
|
|
|
| #include <ApplicationServices/ApplicationServices.h>
|
| -#include "OpenTypeSanitizer.h"
|
| #include "SharedBuffer.h"
|
| #include "core/platform/graphics/FontPlatformData.h"
|
| #include "core/platform/graphics/WOFFFileFormat.h"
|
| +#include "core/platform/graphics/opentype/OpenTypeSanitizer.h"
|
|
|
| #if USE(SKIA_ON_MAC_CHROMIUM)
|
| #include "SkStream.h"
|
|
|