| Index: Source/core/editing/SpellChecker.h
|
| diff --git a/Source/core/editing/SpellChecker.h b/Source/core/editing/SpellChecker.h
|
| index 7c57126506c49876b308585493ea128dc36d8402..1d4d2ef6c3741944d250e577298ead3641463760 100644
|
| --- a/Source/core/editing/SpellChecker.h
|
| +++ b/Source/core/editing/SpellChecker.h
|
| @@ -27,9 +27,9 @@
|
| #define SpellChecker_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/dom/DocumentMarker.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/editing/VisibleSelection.h"
|
| +#include "core/editing/markers/DocumentMarker.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/text/TextChecking.h"
|
|
|
|
|