| Index: sky/engine/web/WebTextCheckingResult.cpp
|
| diff --git a/sky/engine/web/WebTextCheckingResult.cpp b/sky/engine/web/WebTextCheckingResult.cpp
|
| index 8a26051b146a9c8f1e99adcd57b09d7cd7084de8..e58a960bf74ddd0584099a3874fdc6b94582b1bc 100644
|
| --- a/sky/engine/web/WebTextCheckingResult.cpp
|
| +++ b/sky/engine/web/WebTextCheckingResult.cpp
|
| @@ -28,10 +28,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "public/web/WebTextCheckingResult.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/web/WebTextCheckingResult.h"
|
|
|
| -#include "platform/text/TextCheckerClient.h"
|
| +#include "sky/engine/platform/text/TextCheckerClient.h"
|
|
|
| namespace blink {
|
|
|
|
|