| Index: chromecast/media/cma/test/mock_frame_provider.cc
|
| diff --git a/chromecast/media/cma/test/mock_frame_provider.cc b/chromecast/media/cma/test/mock_frame_provider.cc
|
| index f4b78ea687fd515180713ea6cc34d5947375c26f..21581ec4d3ac4e74242d3ba9338d4c0c59616b12 100644
|
| --- a/chromecast/media/cma/test/mock_frame_provider.cc
|
| +++ b/chromecast/media/cma/test/mock_frame_provider.cc
|
| @@ -34,7 +34,7 @@ void MockFrameProvider::Configure(
|
| delayed_task_pattern_ = delayed_task_pattern;
|
| pattern_idx_ = 0;
|
|
|
| - frame_generator_.reset(frame_generator.release());
|
| + frame_generator_ = std::move(frame_generator);
|
| }
|
|
|
| void MockFrameProvider::SetDelayFlush(bool delay_flush) {
|
|
|