| Index: remoting/protocol/content_description.h
|
| diff --git a/remoting/protocol/content_description.h b/remoting/protocol/content_description.h
|
| index a8718588c18dfedb8fe647564ceae4b0e770acb4..5fa88fbbe5e3ae94a667ca0eda72b6f17e2079ea 100644
|
| --- a/remoting/protocol/content_description.h
|
| +++ b/remoting/protocol/content_description.h
|
| @@ -30,9 +30,9 @@ class ContentDescription : public cricket::ContentDescription {
|
|
|
| ContentDescription(scoped_ptr<CandidateSessionConfig> config,
|
| scoped_ptr<buzz::XmlElement> authenticator_message);
|
| - virtual ~ContentDescription();
|
| + ~ContentDescription() override;
|
|
|
| - virtual ContentDescription* Copy() const override;
|
| + ContentDescription* Copy() const override;
|
|
|
| const CandidateSessionConfig* config() const {
|
| return candidate_config_.get();
|
|
|