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

Unified Diff: Source/core/editing/TextInsertionBaseCommand.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/TextInsertionBaseCommand.h
diff --git a/Source/core/editing/TextInsertionBaseCommand.h b/Source/core/editing/TextInsertionBaseCommand.h
index ff910dcd6ab43fd50ac62a37d6332a2018465752..efa777a030513a29d7f80d40132b70649b386009 100644
--- a/Source/core/editing/TextInsertionBaseCommand.h
+++ b/Source/core/editing/TextInsertionBaseCommand.h
@@ -36,7 +36,7 @@ class VisibleSelection;
class TextInsertionBaseCommand : public CompositeEditCommand {
public:
- virtual ~TextInsertionBaseCommand() { };
+ ~TextInsertionBaseCommand() override { };
protected:
explicit TextInsertionBaseCommand(Document&);

Powered by Google App Engine
This is Rietveld 408576698