| Index: sky/engine/web/WebFontDescription.cpp
|
| diff --git a/sky/engine/web/WebFontDescription.cpp b/sky/engine/web/WebFontDescription.cpp
|
| index 952a5f0ad94a17f55830e2797ad704d118e14656..3d3a979b044b4624fdb45d3dd023769e6a0cf0ce 100644
|
| --- a/sky/engine/web/WebFontDescription.cpp
|
| +++ b/sky/engine/web/WebFontDescription.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "public/web/WebFontDescription.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/web/WebFontDescription.h"
|
|
|
| -#include "platform/fonts/FontDescription.h"
|
| +#include "sky/engine/platform/fonts/FontDescription.h"
|
|
|
| namespace blink {
|
|
|
|
|