Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(585)

Unified Diff: Source/core/editing/commands/FormatBlockCommand.h

Issue 1306243006: Replace forward class declarations of VisiblePosition to include directives (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/editing/VisibleUnits.h ('k') | Source/core/html/HTMLTextFormControlElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « Source/core/editing/VisibleUnits.h ('k') | Source/core/html/HTMLTextFormControlElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698