| Index: remoting/protocol/capture_scheduler_unittest.cc
 | 
| diff --git a/remoting/protocol/capture_scheduler_unittest.cc b/remoting/protocol/capture_scheduler_unittest.cc
 | 
| index fe752d2bd8368d98a5ff985461aae3e2edf785e2..cf18eb429ee36b99fbaf926a0bcf3de633dc47ea 100644
 | 
| --- a/remoting/protocol/capture_scheduler_unittest.cc
 | 
| +++ b/remoting/protocol/capture_scheduler_unittest.cc
 | 
| @@ -30,7 +30,7 @@ class CaptureSchedulerTest : public testing::Test {
 | 
|          base::Bind(&CaptureSchedulerTest::DoCapture, base::Unretained(this))));
 | 
|      scheduler_->set_minimum_interval(
 | 
|          base::TimeDelta::FromMilliseconds(kMinumumFrameIntervalMs));
 | 
| -    tick_clock_ = new base::SimpleTestTickClock();
 | 
| +    tick_clock_ = new base::SimpleTestTickClock(base::TimeTicks());
 | 
|      scheduler_->SetTickClockForTest(make_scoped_ptr(tick_clock_));
 | 
|      capture_timer_ = new base::MockTimer(false, false);
 | 
|      scheduler_->SetTimerForTest(make_scoped_ptr(capture_timer_));
 | 
| 
 |