| Index: cc/test/scheduler_test_common.cc
|
| diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc
|
| index c812056e12991b3f61dae99e451447f2d5370e6f..3b35a54a9b713423dd91c55b428dc6997937f01c 100644
|
| --- a/cc/test/scheduler_test_common.cc
|
| +++ b/cc/test/scheduler_test_common.cc
|
| @@ -8,7 +8,9 @@
|
|
|
| namespace cc {
|
|
|
| -void FakeTimeSourceClient::OnTimerTick() { tick_called_ = true; }
|
| +void FakeTimeSourceClient::OnTimerTick() {
|
| + tick_called_ = true;
|
| +}
|
|
|
| base::TimeTicks FakeDelayBasedTimeSource::Now() const { return now_; }
|
|
|
|
|