| Index: Source/core/editing/EditCommand.cpp
|
| diff --git a/Source/core/editing/EditCommand.cpp b/Source/core/editing/EditCommand.cpp
|
| index d31bc3bea8e0563126bfef2c83547612259da117..01bd53ee4fd10cd42766d8fbd0804f097865734c 100644
|
| --- a/Source/core/editing/EditCommand.cpp
|
| +++ b/Source/core/editing/EditCommand.cpp
|
| @@ -26,10 +26,10 @@
|
| #include "config.h"
|
| #include "core/editing/EditCommand.h"
|
|
|
| -#include "Document.h"
|
| -#include "Element.h"
|
| -#include "EventNames.h"
|
| -#include "NodeTraversal.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Element.h"
|
| +#include "core/dom/EventNames.h"
|
| +#include "core/dom/NodeTraversal.h"
|
| #include "core/editing/CompositeEditCommand.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
|
|