| Index: base/test/simple_test_tick_clock.cc
|
| diff --git a/base/test/simple_test_tick_clock.cc b/base/test/simple_test_tick_clock.cc
|
| index 1b4696fb592361e25562f2692089090beb50cf4e..7d7b68070a2f9a6c332d8a701655833c7b0492ed 100644
|
| --- a/base/test/simple_test_tick_clock.cc
|
| +++ b/base/test/simple_test_tick_clock.cc
|
| @@ -8,7 +8,8 @@
|
|
|
| namespace base {
|
|
|
| -SimpleTestTickClock::SimpleTestTickClock() {}
|
| +SimpleTestTickClock::SimpleTestTickClock(TimeTicks initial)
|
| + : now_ticks_(initial) {}
|
|
|
| SimpleTestTickClock::~SimpleTestTickClock() {}
|
|
|
|
|