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

Unified Diff: webkit/plugins/ppapi/mock_plugin_delegate.h

Issue 7087028: roll clang 131935:132017 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 6 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
Index: webkit/plugins/ppapi/mock_plugin_delegate.h
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
index db2db0c2911834db517eb61f496fa4d5c88b6b96..940dece5af30e7afe767dad637ab3d082f06c085 100644
--- a/webkit/plugins/ppapi/mock_plugin_delegate.h
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
@@ -13,7 +13,7 @@ namespace ppapi {
class MockPluginDelegate : public PluginDelegate {
public:
MockPluginDelegate();
- ~MockPluginDelegate();
+ virtual ~MockPluginDelegate();
virtual void PluginFocusChanged(bool focused);
virtual void PluginCrashed(PluginInstance* instance);

Powered by Google App Engine
This is Rietveld 408576698