| Index: remoting/protocol/content_description.cc
|
| diff --git a/remoting/protocol/content_description.cc b/remoting/protocol/content_description.cc
|
| index 0308fda219fc358c95df74eb16c96361e1c753b7..5d8aaacb2be16ca464cf53b2766eb973a6a11e13 100644
|
| --- a/remoting/protocol/content_description.cc
|
| +++ b/remoting/protocol/content_description.cc
|
| @@ -123,7 +123,7 @@ ContentDescription::~ContentDescription() { }
|
|
|
| ContentDescription* ContentDescription::Copy() const {
|
| if (!candidate_config_.get() || !authenticator_message_.get()) {
|
| - return NULL;
|
| + return nullptr;
|
| }
|
| scoped_ptr<XmlElement> message(new XmlElement(*authenticator_message_));
|
| return new ContentDescription(candidate_config_->Clone(), message.Pass());
|
|
|