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

Unified Diff: Source/web/PluginPlaceholderImpl.h

Issue 1230533002: Fix virtual/override/final usage in Source/web/. (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
« no previous file with comments | « Source/web/NotificationPermissionClientImpl.cpp ('k') | Source/web/PluginPlaceholderImplTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PluginPlaceholderImpl.h
diff --git a/Source/web/PluginPlaceholderImpl.h b/Source/web/PluginPlaceholderImpl.h
index d31414e62b7de30aee3575a5d5f2838389f09b7f..f2b6b1551ed8495d868a71b6ef3b5395f1eddae1 100644
--- a/Source/web/PluginPlaceholderImpl.h
+++ b/Source/web/PluginPlaceholderImpl.h
@@ -33,13 +33,13 @@ public:
#if ENABLE(OILPAN)
~PluginPlaceholderImpl();
#else
- virtual ~PluginPlaceholderImpl() override;
+ ~PluginPlaceholderImpl() override;
#endif
DECLARE_VIRTUAL_TRACE();
// PluginPlaceholder methods
- virtual void loadIntoContainer(ContainerNode&) override;
+ void loadIntoContainer(ContainerNode&) override;
// Visible for testing.
WebPluginPlaceholder* webPluginPlaceholder() const { return m_webPluginPlaceholder.get(); }
« no previous file with comments | « Source/web/NotificationPermissionClientImpl.cpp ('k') | Source/web/PluginPlaceholderImplTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698