| Index: remoting/protocol/jingle_session_manager.h
|
| diff --git a/remoting/protocol/jingle_session_manager.h b/remoting/protocol/jingle_session_manager.h
|
| index 943edf6ee149fbe699b8223f5d3b886c4f443eae..83711573256572773e4bd3bbef5bab818f73852a 100644
|
| --- a/remoting/protocol/jingle_session_manager.h
|
| +++ b/remoting/protocol/jingle_session_manager.h
|
| @@ -42,7 +42,7 @@ class ContentDescription : public cricket::ContentDescription {
|
| explicit ContentDescription(const CandidateSessionConfig* config,
|
| const std::string& auth_token,
|
| scoped_refptr<net::X509Certificate> certificate);
|
| - ~ContentDescription();
|
| + virtual ~ContentDescription();
|
|
|
| const CandidateSessionConfig* config() const {
|
| return candidate_config_.get();
|
|
|