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

Unified Diff: Source/core/editing/BreakBlockquoteCommand.h

Issue 1218293014: Fix virtual/override/final usage in Source/core/editing/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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
Index: Source/core/editing/BreakBlockquoteCommand.h
diff --git a/Source/core/editing/BreakBlockquoteCommand.h b/Source/core/editing/BreakBlockquoteCommand.h
index a60b5ef7bb28cff66f036b929c2836cc9d261100..6ebb05035b12901487af7843453ff122598a62ef 100644
--- a/Source/core/editing/BreakBlockquoteCommand.h
+++ b/Source/core/editing/BreakBlockquoteCommand.h
@@ -39,7 +39,7 @@ public:
private:
explicit BreakBlockquoteCommand(Document&);
- virtual void doApply() override;
+ void doApply() override;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698