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