| Index: sky/engine/web/WebTextRun.cpp
|
| diff --git a/sky/engine/web/WebTextRun.cpp b/sky/engine/web/WebTextRun.cpp
|
| index 77fef2cee42ab7049194b1e045bec3809144f8c2..6d75e5fa2b6a1f73df23484fe969ff099fdb6bbf 100644
|
| --- a/sky/engine/web/WebTextRun.cpp
|
| +++ b/sky/engine/web/WebTextRun.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "public/web/WebTextRun.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/web/WebTextRun.h"
|
|
|
| -#include "platform/text/TextRun.h"
|
| +#include "sky/engine/platform/text/TextRun.h"
|
|
|
| namespace blink {
|
|
|
|
|