| Index: remoting/protocol/content_description.h
|
| diff --git a/remoting/protocol/content_description.h b/remoting/protocol/content_description.h
|
| index fe4ad3ad817641f64ff3dcfc5917f67fd330a20a..d345507d67b8f84b0803322601f65f9d44ff4054 100644
|
| --- a/remoting/protocol/content_description.h
|
| +++ b/remoting/protocol/content_description.h
|
| @@ -44,7 +44,8 @@ class ContentDescription : public cricket::ContentDescription {
|
|
|
| buzz::XmlElement* ToXml() const;
|
|
|
| - static ContentDescription* ParseXml(const buzz::XmlElement* element);
|
| + static scoped_ptr<ContentDescription> ParseXml(
|
| + const buzz::XmlElement* element);
|
|
|
| private:
|
| scoped_ptr<const CandidateSessionConfig> candidate_config_;
|
|
|