| Index: Source/core/editing/DictationCommand.cpp
|
| diff --git a/Source/core/editing/DictationCommand.cpp b/Source/core/editing/DictationCommand.cpp
|
| index 3bccc73251344dff3c6a0d0d33bde0cdd024c875..6d6827af0cfa8a10e452a9f5707cd3dc0e3bc387 100644
|
| --- a/Source/core/editing/DictationCommand.cpp
|
| +++ b/Source/core/editing/DictationCommand.cpp
|
| @@ -26,10 +26,10 @@
|
| #include "config.h"
|
| #include "core/editing/DictationCommand.h"
|
|
|
| -#include "Document.h"
|
| -#include "DocumentMarker.h"
|
| -#include "DocumentMarkerController.h"
|
| -#include "Text.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/DocumentMarker.h"
|
| +#include "core/dom/DocumentMarkerController.h"
|
| +#include "core/dom/Text.h"
|
| #include "core/editing/AlternativeTextController.h"
|
| #include "core/editing/InsertParagraphSeparatorCommand.h"
|
| #include "core/editing/InsertTextCommand.h"
|
|
|