| Index: remoting/protocol/video_writer.h
|
| diff --git a/remoting/protocol/video_writer.h b/remoting/protocol/video_writer.h
|
| index 12d4a9e9212f87dfadc31244c905b4b3c601bd27..06bc4694717ad828c89dd7cd8941be62750b0389 100644
|
| --- a/remoting/protocol/video_writer.h
|
| +++ b/remoting/protocol/video_writer.h
|
| @@ -27,7 +27,7 @@ class VideoWriter : public VideoStub {
|
| // parameter is set to true on success.
|
| typedef base::Callback<void(bool)> InitializedCallback;
|
|
|
| - static VideoWriter* Create(const SessionConfig& config);
|
| + static scoped_ptr<VideoWriter> Create(const SessionConfig& config);
|
|
|
| // Initializes the writer.
|
| virtual void Init(Session* session, const InitializedCallback& callback) = 0;
|
|
|