| Index: Source/web/SpellCheckerClientImpl.cpp
|
| diff --git a/Source/web/SpellCheckerClientImpl.cpp b/Source/web/SpellCheckerClientImpl.cpp
|
| index c03f6918ba6b755723faf72118227ac162c6ef35..789df9528001549920b0c696189d0a9d0d72ed64 100644
|
| --- a/Source/web/SpellCheckerClientImpl.cpp
|
| +++ b/Source/web/SpellCheckerClientImpl.cpp
|
| @@ -27,10 +27,10 @@
|
| #include "config.h"
|
| #include "web/SpellCheckerClientImpl.h"
|
|
|
| -#include "core/dom/DocumentMarkerController.h"
|
| #include "core/dom/Element.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/SpellChecker.h"
|
| +#include "core/editing/markers/DocumentMarkerController.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/Settings.h"
|
| #include "core/page/Page.h"
|
|
|