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

Unified Diff: Source/core/page/ScopedPageLoadDeferrer.h

Issue 634883002: Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/page (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/page/PrintContextTest.cpp ('k') | Source/core/page/scrolling/ScrollingConstraints.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ScopedPageLoadDeferrer.h
diff --git a/Source/core/page/ScopedPageLoadDeferrer.h b/Source/core/page/ScopedPageLoadDeferrer.h
index 62bcae9e2e6a4bbcd048b23e2d2de710261bbbca..74e2c92a7f4c573c1a0fa7d7d974ae53d5422f1b 100644
--- a/Source/core/page/ScopedPageLoadDeferrer.h
+++ b/Source/core/page/ScopedPageLoadDeferrer.h
@@ -29,7 +29,7 @@ namespace blink {
class LocalFrame;
class Page;
-class ScopedPageLoadDeferrer FINAL : public NoBaseWillBeGarbageCollectedFinalized<ScopedPageLoadDeferrer> {
+class ScopedPageLoadDeferrer final : public NoBaseWillBeGarbageCollectedFinalized<ScopedPageLoadDeferrer> {
WTF_MAKE_NONCOPYABLE(ScopedPageLoadDeferrer);
public:
ScopedPageLoadDeferrer(Page* exclusion = 0);
« no previous file with comments | « Source/core/page/PrintContextTest.cpp ('k') | Source/core/page/scrolling/ScrollingConstraints.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698