| Index: remoting/host/video_scheduler_unittest.cc
 | 
| diff --git a/remoting/host/video_scheduler_unittest.cc b/remoting/host/video_scheduler_unittest.cc
 | 
| index 1b356bfaa4150deb39be525ff3b861581f3c9378..d80a941b8bd5913fbac333f64219cdd2ee7104ff 100644
 | 
| --- a/remoting/host/video_scheduler_unittest.cc
 | 
| +++ b/remoting/host/video_scheduler_unittest.cc
 | 
| @@ -83,7 +83,7 @@ class VideoSchedulerTest : public testing::Test {
 | 
|    void OnCaptureFrame();
 | 
|  
 | 
|   protected:
 | 
| -  MessageLoop message_loop_;
 | 
| +  base::MessageLoop message_loop_;
 | 
|    base::RunLoop run_loop_;
 | 
|    scoped_refptr<AutoThreadTaskRunner> task_runner_;
 | 
|    scoped_refptr<VideoScheduler> scheduler_;
 | 
| 
 |