| Index: remoting/protocol/video_writer.h
|
| diff --git a/remoting/protocol/video_writer.h b/remoting/protocol/video_writer.h
|
| index 2b5a7be6e4fcddb4090cb0914d131b174b2a21f5..8a3c10fc4fc108ec741c71e21956bd3764ce682d 100644
|
| --- a/remoting/protocol/video_writer.h
|
| +++ b/remoting/protocol/video_writer.h
|
| @@ -33,7 +33,7 @@ class VideoWriter : public VideoStub {
|
| typedef base::Callback<void(bool)> InitializedCallback;
|
|
|
| static VideoWriter* Create(base::MessageLoopProxy* message_loop,
|
| - const SessionConfig* config);
|
| + const SessionConfig& config);
|
|
|
| // Initializes the writer.
|
| virtual void Init(Session* session, const InitializedCallback& callback) = 0;
|
|
|