| Index: Source/core/editing/SpellingCorrectionCommand.cpp
|
| diff --git a/Source/core/editing/SpellingCorrectionCommand.cpp b/Source/core/editing/SpellingCorrectionCommand.cpp
|
| index 1ad2a1d6f0015d4c2453ff1c2c4b16340089c8dc..80006a4119d88fc2e0301ea93a034be25b8a3e74 100644
|
| --- a/Source/core/editing/SpellingCorrectionCommand.cpp
|
| +++ b/Source/core/editing/SpellingCorrectionCommand.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "core/editing/SpellingCorrectionCommand.h"
|
|
|
| -#include "Document.h"
|
| -#include "DocumentFragment.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/DocumentFragment.h"
|
| #include "core/editing/AlternativeTextController.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/InsertTextCommand.h"
|
|
|