| Index: Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| diff --git a/Source/core/editing/DeleteFromTextNodeCommand.cpp b/Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| index 83f7fa519c5b2db993c5ac5c8dafe4aa781e05d9..dbfcbd4ce225d649c296b8ce5bd14bd89eb45a57 100644
|
| --- a/Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| +++ b/Source/core/editing/DeleteFromTextNodeCommand.cpp
|
| @@ -24,12 +24,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "Document.h"
|
| -#include "ExceptionCodePlaceholder.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/ExceptionCodePlaceholder.h"
|
| #include "core/editing/DeleteFromTextNodeCommand.h"
|
|
|
| -#include "Text.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| +#include "core/dom/Text.h"
|
|
|
| namespace WebCore {
|
|
|
|
|