Index: Source/core/editing/ApplyStyleCommand.cpp |
diff --git a/Source/core/editing/ApplyStyleCommand.cpp b/Source/core/editing/ApplyStyleCommand.cpp |
index becd37ee2598dd4db626e6bf07f1e90fc4eefb6c..57027235707cdc4338c91a3589d8f65e9a83763c 100644 |
--- a/Source/core/editing/ApplyStyleCommand.cpp |
+++ b/Source/core/editing/ApplyStyleCommand.cpp |
@@ -39,10 +39,10 @@ |
#include "core/dom/Text.h" |
#include "core/editing/EditingStyle.h" |
#include "core/editing/EditingUtilities.h" |
-#include "core/editing/HTMLInterchange.h" |
#include "core/editing/PlainTextRange.h" |
#include "core/editing/VisibleUnits.h" |
#include "core/editing/iterators/TextIterator.h" |
+#include "core/editing/serializers/HTMLInterchange.h" |
#include "core/frame/UseCounter.h" |
#include "core/html/HTMLFontElement.h" |
#include "core/html/HTMLSpanElement.h" |