| Index: remoting/jingle_glue/jingle_client.h
|
| diff --git a/remoting/jingle_glue/jingle_client.h b/remoting/jingle_glue/jingle_client.h
|
| index cb7e2d3f849ac3aa523cbf4232b6dba0275e9862..e3abbed912da07ca20497109d8926b8056b0de36 100644
|
| --- a/remoting/jingle_glue/jingle_client.h
|
| +++ b/remoting/jingle_glue/jingle_client.h
|
| @@ -145,7 +145,7 @@ class JingleClient : public base::RefCountedThreadSafe<JingleClient>,
|
| talk_base::PacketSocketFactory* socket_factory,
|
| PortAllocatorSessionFactory* session_factory,
|
| Callback* callback);
|
| - ~JingleClient();
|
| + virtual ~JingleClient();
|
|
|
| // Starts the XMPP connection initialization. Must be called only once.
|
| // |callback| specifies callback object for the client and must not be NULL.
|
|
|