| Index: Source/core/editing/EditingStyle.cpp
|
| diff --git a/Source/core/editing/EditingStyle.cpp b/Source/core/editing/EditingStyle.cpp
|
| index aa975d372fc9d249aae4169a39ed90fb249c2bbc..d25c6d4c5805b6549c614fdcf46d39984fb68e5c 100644
|
| --- a/Source/core/editing/EditingStyle.cpp
|
| +++ b/Source/core/editing/EditingStyle.cpp
|
| @@ -45,11 +45,11 @@
|
| #include "core/dom/Node.h"
|
| #include "core/dom/NodeTraversal.h"
|
| #include "core/dom/QualifiedName.h"
|
| -#include "core/editing/ApplyStyleCommand.h"
|
| #include "core/editing/EditingUtilities.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/FrameSelection.h"
|
| #include "core/editing/Position.h"
|
| +#include "core/editing/commands/ApplyStyleCommand.h"
|
| #include "core/editing/serializers/HTMLInterchange.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/html/HTMLFontElement.h"
|
|
|