| Index: remoting/client/plugin/pepper_xmpp_proxy.h
|
| diff --git a/remoting/client/plugin/pepper_xmpp_proxy.h b/remoting/client/plugin/pepper_xmpp_proxy.h
|
| index e564c6cf3b1995a954e09ec255328f2f6ee76b9e..fc5ee4287a6d097280dc607e6237fc36cda2fa77 100644
|
| --- a/remoting/client/plugin/pepper_xmpp_proxy.h
|
| +++ b/remoting/client/plugin/pepper_xmpp_proxy.h
|
| @@ -34,7 +34,7 @@ class PepperXmppProxy : public XmppProxy {
|
| virtual void OnIq(const std::string& response_xml);
|
|
|
| private:
|
| - ~PepperXmppProxy();
|
| + virtual ~PepperXmppProxy();
|
|
|
| base::WeakPtr<ChromotingScriptableObject> scriptable_object_;
|
|
|
|
|