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

Unified Diff: Source/web/PluginPlaceholderImplTest.cpp

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/PluginPlaceholderImpl.h ('k') | Source/web/PopupMenuImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PluginPlaceholderImplTest.cpp
diff --git a/Source/web/PluginPlaceholderImplTest.cpp b/Source/web/PluginPlaceholderImplTest.cpp
index 63faf957933dfa8709be713348c970185a7fe909..8c8514e3bb37809fa1599bee5b1c18b95ca5a001 100644
--- a/Source/web/PluginPlaceholderImplTest.cpp
+++ b/Source/web/PluginPlaceholderImplTest.cpp
@@ -31,7 +31,7 @@ using HTMLNames::scriptTag;
class MockWebPluginPlaceholder : public WebPluginPlaceholder {
public:
static PassOwnPtr<MockWebPluginPlaceholder> create() { return adoptPtr(new MockWebPluginPlaceholder); }
- virtual ~MockWebPluginPlaceholder() { }
+ ~MockWebPluginPlaceholder() override { }
MOCK_CONST_METHOD0(message, WebString());
MOCK_CONST_METHOD0(isCloseable, bool());
« no previous file with comments | « Source/web/PluginPlaceholderImpl.h ('k') | Source/web/PopupMenuImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698