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

Unified Diff: Source/core/testing/Internals.h

Issue 132233004: Update remaining core classes to use OVERRIDE / FINAL when needed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/testing/InternalSettings.h ('k') | Source/core/testing/MockPagePopupDriver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index 8b98bfffc1724cf4b6dd3b5e9124d1a260041af0..9891956f5ee3e904c3b2c77bb768bd0a78c646e6 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -66,7 +66,7 @@ class SerializedScriptValue;
class ShadowRoot;
class TypeConversions;
-class Internals : public RefCounted<Internals>
+class Internals FINAL : public RefCounted<Internals>
, public ContextLifecycleObserver {
public:
static PassRefPtr<Internals> create(Document*);
« no previous file with comments | « Source/core/testing/InternalSettings.h ('k') | Source/core/testing/MockPagePopupDriver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698