| Index: media/cast/sender/video_encoder_impl.h
|
| diff --git a/media/cast/sender/video_encoder_impl.h b/media/cast/sender/video_encoder_impl.h
|
| index eb4dbe36ef935a9cc669ae28f687bb05e82315b2..07ed999cf936373fc87dd84e72f407a5cf3e6e36 100644
|
| --- a/media/cast/sender/video_encoder_impl.h
|
| +++ b/media/cast/sender/video_encoder_impl.h
|
| @@ -31,7 +31,7 @@ class VideoEncoderImpl : public VideoEncoder {
|
|
|
| VideoEncoderImpl(scoped_refptr<CastEnvironment> cast_environment,
|
| const VideoSenderConfig& video_config,
|
| - const CastInitializationCallback& initialization_cb);
|
| + const StatusChangeCallback& status_change_cb);
|
|
|
| ~VideoEncoderImpl() override;
|
|
|
|
|