| Index: remoting/host/video_scheduler_unittest.cc
|
| diff --git a/remoting/host/video_scheduler_unittest.cc b/remoting/host/video_scheduler_unittest.cc
|
| index 5adfafa0c9ead7bcee9e69f934ab0d5bc8cfe7df..80a70e7c539bf96de2d93e8e03e55f936d557406 100644
|
| --- a/remoting/host/video_scheduler_unittest.cc
|
| +++ b/remoting/host/video_scheduler_unittest.cc
|
| @@ -49,7 +49,8 @@ ACTION(FinishEncode) {
|
| }
|
|
|
| ACTION(FinishSend) {
|
| - arg1.Run();
|
| + arg1.Run(protocol::VideoStub::PacketProgress::SENT);
|
| + arg1.Run(protocol::VideoStub::PacketProgress::DONE);
|
| }
|
|
|
| } // namespace
|
|
|