Index: remoting/base/plugin_message_loop_proxy.h |
diff --git a/remoting/base/plugin_message_loop_proxy.h b/remoting/base/plugin_message_loop_proxy.h |
index 33da94be26dddb9a4afc3aaab65cf4f9391aa819..23e2c7a8a0fb6c7ba904ddb2bb557476ec3738e8 100644 |
--- a/remoting/base/plugin_message_loop_proxy.h |
+++ b/remoting/base/plugin_message_loop_proxy.h |
@@ -27,7 +27,6 @@ class PluginMessageLoopProxy : public base::MessageLoopProxy { |
// Caller keeps ownership of delegate. |
PluginMessageLoopProxy(Delegate* delegate); |
- virtual ~PluginMessageLoopProxy(); |
void Detach(); |
@@ -51,6 +50,9 @@ class PluginMessageLoopProxy : public base::MessageLoopProxy { |
virtual bool RunsTasksOnCurrentThread() const OVERRIDE; |
+ protected: |
+ virtual ~PluginMessageLoopProxy(); |
+ |
private: |
static void TaskSpringboard(void* data); |