| Index: sky/engine/platform/fonts/FontPlatformData.cpp
|
| diff --git a/sky/engine/platform/fonts/FontPlatformData.cpp b/sky/engine/platform/fonts/FontPlatformData.cpp
|
| index 07153c849490af8c8020a5af435996f54873aa74..aebc0256dfb3c30e3455107f68d36c0c302ca9a0 100644
|
| --- a/sky/engine/platform/fonts/FontPlatformData.cpp
|
| +++ b/sky/engine/platform/fonts/FontPlatformData.cpp
|
| @@ -28,12 +28,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/fonts/FontPlatformData.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/fonts/FontPlatformData.h"
|
|
|
| -#include "SkTypeface.h"
|
| -#include "platform/fonts/harfbuzz/HarfBuzzFace.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/platform/fonts/harfbuzz/HarfBuzzFace.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
| +#include "third_party/skia/include/core/SkTypeface.h"
|
|
|
| namespace blink {
|
|
|
|
|