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

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

Issue 616603006: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/editing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased the patch Created 6 years, 2 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/TypingCommand.h ('k') | Source/core/editing/UnlinkCommand.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/UndoStack.h
diff --git a/Source/core/editing/UndoStack.h b/Source/core/editing/UndoStack.h
index 2839e536035b37c86fe10ad6a8fe86f600c65c69..d9e0fa143c2616e2f17c404fce3d75d7b86a4b0c 100644
--- a/Source/core/editing/UndoStack.h
+++ b/Source/core/editing/UndoStack.h
@@ -40,7 +40,7 @@ namespace blink {
class LocalFrame;
class UndoStep;
-class UndoStack FINAL : public NoBaseWillBeGarbageCollected<UndoStack> {
+class UndoStack final : public NoBaseWillBeGarbageCollected<UndoStack> {
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(UndoStack)
public:
static PassOwnPtrWillBeRawPtr<UndoStack> create();
« no previous file with comments | « Source/core/editing/TypingCommand.h ('k') | Source/core/editing/UnlinkCommand.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698