| Index: sky/engine/core/css/BinaryDataFontFaceSource.cpp
|
| diff --git a/sky/engine/core/css/BinaryDataFontFaceSource.cpp b/sky/engine/core/css/BinaryDataFontFaceSource.cpp
|
| index d3025de61996041fcf7c1a927dac4c6944fbaff7..9e164cdcb267cffd7efa6cd9f3df3cdbca1c01c0 100644
|
| --- a/sky/engine/core/css/BinaryDataFontFaceSource.cpp
|
| +++ b/sky/engine/core/css/BinaryDataFontFaceSource.cpp
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "config.h"
|
| -#include "core/css/BinaryDataFontFaceSource.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/css/BinaryDataFontFaceSource.h"
|
|
|
| -#include "platform/SharedBuffer.h"
|
| -#include "platform/fonts/FontCustomPlatformData.h"
|
| -#include "platform/fonts/FontDescription.h"
|
| -#include "platform/fonts/SimpleFontData.h"
|
| +#include "sky/engine/platform/SharedBuffer.h"
|
| +#include "sky/engine/platform/fonts/FontCustomPlatformData.h"
|
| +#include "sky/engine/platform/fonts/FontDescription.h"
|
| +#include "sky/engine/platform/fonts/SimpleFontData.h"
|
|
|
| namespace blink {
|
|
|
|
|