| Index: Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| diff --git a/Source/core/editing/SetNodeAttributeCommand.cpp b/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| similarity index 97%
|
| rename from Source/core/editing/SetNodeAttributeCommand.cpp
|
| rename to Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| index 94df7182f8e2e767a20da8bdb14f995b798f21cc..0b856516967a360e0fb30f892d3f300201dc7923 100644
|
| --- a/Source/core/editing/SetNodeAttributeCommand.cpp
|
| +++ b/Source/core/editing/commands/SetNodeAttributeCommand.cpp
|
| @@ -24,7 +24,7 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/editing/SetNodeAttributeCommand.h"
|
| +#include "core/editing/commands/SetNodeAttributeCommand.h"
|
|
|
| #include "core/dom/Element.h"
|
| #include "wtf/Assertions.h"
|
|
|