| Index: sky/engine/core/editing/SpellChecker.h
|
| diff --git a/sky/engine/core/editing/SpellChecker.h b/sky/engine/core/editing/SpellChecker.h
|
| index c02dfc74c3aca64b765343f89172f38954e83a2e..7443a8e24c9516cd6045fa7024df67536c6cc843 100644
|
| --- a/sky/engine/core/editing/SpellChecker.h
|
| +++ b/sky/engine/core/editing/SpellChecker.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef SpellChecker_h
|
| #define SpellChecker_h
|
|
|
| -#include "core/dom/DocumentMarker.h"
|
| -#include "core/editing/FrameSelection.h"
|
| -#include "core/editing/VisibleSelection.h"
|
| -#include "platform/text/TextChecking.h"
|
| +#include "sky/engine/core/dom/DocumentMarker.h"
|
| +#include "sky/engine/core/editing/FrameSelection.h"
|
| +#include "sky/engine/core/editing/VisibleSelection.h"
|
| +#include "sky/engine/platform/text/TextChecking.h"
|
|
|
| namespace blink {
|
|
|
|
|