| Index: Source/core/editing/commands/FormatBlockCommand.h
|
| diff --git a/Source/core/editing/commands/FormatBlockCommand.h b/Source/core/editing/commands/FormatBlockCommand.h
|
| index 35d7b0fa3dd6253cec19f32f561766a56c4a3a23..a273f066f8b39e34ef6834692befabb28acf01d8 100644
|
| --- a/Source/core/editing/commands/FormatBlockCommand.h
|
| +++ b/Source/core/editing/commands/FormatBlockCommand.h
|
| @@ -28,6 +28,7 @@
|
|
|
| #include "core/dom/QualifiedName.h"
|
| #include "core/editing/Position.h"
|
| +#include "core/editing/VisiblePosition.h"
|
| #include "core/editing/commands/ApplyBlockElementCommand.h"
|
| #include "core/editing/commands/EditAction.h"
|
|
|
| @@ -36,7 +37,6 @@ namespace blink {
|
| class Document;
|
| class Element;
|
| class Range;
|
| -class VisiblePosition;
|
|
|
| class FormatBlockCommand final : public ApplyBlockElementCommand {
|
| public:
|
|
|