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

Unified Diff: Source/core/dom/DocumentLifecycleNotifier.h

Issue 633573004: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/dom/DocumentInit.h ('k') | Source/core/dom/DocumentMarker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DocumentLifecycleNotifier.h
diff --git a/Source/core/dom/DocumentLifecycleNotifier.h b/Source/core/dom/DocumentLifecycleNotifier.h
index e5ca4670e0667c6910e4de1a0c0d3342bef83e62..5e3d059ce57f48e846914e28d1ac8bd0f5dd5972 100644
--- a/Source/core/dom/DocumentLifecycleNotifier.h
+++ b/Source/core/dom/DocumentLifecycleNotifier.h
@@ -43,8 +43,8 @@ public:
void notifyDocumentWasDisposed();
#endif
- virtual void addObserver(Observer*) OVERRIDE FINAL;
- virtual void removeObserver(Observer*) OVERRIDE FINAL;
+ virtual void addObserver(Observer*) override final;
+ virtual void removeObserver(Observer*) override final;
private:
explicit DocumentLifecycleNotifier(Document*);
« no previous file with comments | « Source/core/dom/DocumentInit.h ('k') | Source/core/dom/DocumentMarker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698