| Index: base/test/simple_test_tick_clock.h
|
| diff --git a/base/test/simple_test_tick_clock.h b/base/test/simple_test_tick_clock.h
|
| index 867de804b96f35af4abc74e00364b1e0564f9743..c67eb558ff781a86be721728d5e1aeca25cf4bcd 100644
|
| --- a/base/test/simple_test_tick_clock.h
|
| +++ b/base/test/simple_test_tick_clock.h
|
| @@ -21,7 +21,7 @@ class SimpleTestTickClock : public TickClock {
|
| SimpleTestTickClock();
|
| virtual ~SimpleTestTickClock();
|
|
|
| - virtual TimeTicks NowTicks() OVERRIDE;
|
| + virtual TimeTicks NowTicks() override;
|
|
|
| // Advances the clock by |delta|, which must not be negative.
|
| void Advance(TimeDelta delta);
|
|
|