| Index: Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| diff --git a/Source/core/editing/SpellCheckRequester.cpp b/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| similarity index 98%
|
| rename from Source/core/editing/SpellCheckRequester.cpp
|
| rename to Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| index 7da5056db191f79a2d8b1e4cd4f8d9b8a5fed2a4..a5a99b8e2d641440ee7c76e0e59982527298ba69 100644
|
| --- a/Source/core/editing/SpellCheckRequester.cpp
|
| +++ b/Source/core/editing/spellcheck/SpellCheckRequester.cpp
|
| @@ -24,12 +24,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/SpellCheckRequester.h"
|
| +#include "core/editing/spellcheck/SpellCheckRequester.h"
|
|
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Node.h"
|
| -#include "core/editing/SpellChecker.h"
|
| #include "core/editing/markers/DocumentMarkerController.h"
|
| +#include "core/editing/spellcheck/SpellChecker.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/frame/Settings.h"
|
| #include "platform/text/TextCheckerClient.h"
|
|
|