| Index: remoting/protocol/content_description.h
|
| diff --git a/remoting/protocol/content_description.h b/remoting/protocol/content_description.h
|
| index 95ccf60566367df2d5a78d57688ffbe807279aea..cc66ac54a632852cd3e72e13ea14c5c7eddf91dc 100644
|
| --- a/remoting/protocol/content_description.h
|
| +++ b/remoting/protocol/content_description.h
|
| @@ -28,9 +28,8 @@ class ContentDescription : public cricket::ContentDescription {
|
| public:
|
| static const char kChromotingContentName[];
|
|
|
| - // Takes ownership of |config| and |authenticator_message|.
|
| - ContentDescription(const CandidateSessionConfig* config,
|
| - const buzz::XmlElement* authenticator_message);
|
| + ContentDescription(scoped_ptr<CandidateSessionConfig> config,
|
| + scoped_ptr<buzz::XmlElement> authenticator_message);
|
| virtual ~ContentDescription();
|
|
|
| const CandidateSessionConfig* config() const {
|
|
|