| Index: Source/core/testing/Internals.cpp
|
| diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp
|
| index ce62f4a329c13a6f53a2f767245f399abb2f281c..015f461f6380b32ee16cacaf11b3b22888994a35 100644
|
| --- a/Source/core/testing/Internals.cpp
|
| +++ b/Source/core/testing/Internals.cpp
|
| @@ -66,12 +66,12 @@
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/PlainTextRange.h"
|
| #include "core/editing/Serialization.h"
|
| -#include "core/editing/SpellCheckRequester.h"
|
| -#include "core/editing/SpellChecker.h"
|
| #include "core/editing/SurroundingText.h"
|
| #include "core/editing/iterators/TextIterator.h"
|
| #include "core/editing/markers/DocumentMarker.h"
|
| #include "core/editing/markers/DocumentMarkerController.h"
|
| +#include "core/editing/spellcheck/SpellCheckRequester.h"
|
| +#include "core/editing/spellcheck/SpellChecker.h"
|
| #include "core/fetch/MemoryCache.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| #include "core/frame/EventHandlerRegistry.h"
|
|
|