| Index: Source/core/editing/TypingCommand.cpp
|
| diff --git a/Source/core/editing/TypingCommand.cpp b/Source/core/editing/TypingCommand.cpp
|
| index 4f9b5df6fe77132b4690a57f2ee9f845b99c0fa6..e338359f680fe80b31d5327f9eea68bdf030d722 100644
|
| --- a/Source/core/editing/TypingCommand.cpp
|
| +++ b/Source/core/editing/TypingCommand.cpp
|
| @@ -37,9 +37,9 @@
|
| #include "core/editing/InsertLineBreakCommand.h"
|
| #include "core/editing/InsertParagraphSeparatorCommand.h"
|
| #include "core/editing/InsertTextCommand.h"
|
| -#include "core/editing/SpellChecker.h"
|
| #include "core/editing/VisiblePosition.h"
|
| #include "core/editing/VisibleUnits.h"
|
| +#include "core/editing/spellcheck/SpellChecker.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/html/HTMLBRElement.h"
|
| #include "core/layout/LayoutObject.h"
|
|
|