Index: Source/core/editing/commands/TextInsertionBaseCommand.h |
diff --git a/Source/core/editing/commands/TextInsertionBaseCommand.h b/Source/core/editing/commands/TextInsertionBaseCommand.h |
index 5c654df3a4fd1633ecf0080acffadc05658bcc12..d3f65d61e855049c554c11c344ab1ee00c6d1935 100644 |
--- a/Source/core/editing/commands/TextInsertionBaseCommand.h |
+++ b/Source/core/editing/commands/TextInsertionBaseCommand.h |
@@ -26,13 +26,13 @@ |
#ifndef TextInsertionBaseCommand_h |
#define TextInsertionBaseCommand_h |
+#include "core/editing/VisibleSelection.h" |
#include "core/editing/commands/CompositeEditCommand.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |
class Document; |
-class VisibleSelection; |
class TextInsertionBaseCommand : public CompositeEditCommand { |
public: |