| Index: base/time/tick_clock.h
|
| diff --git a/base/time/tick_clock.h b/base/time/tick_clock.h
|
| index 3e53d832857eefb46d708892ce3cb7cc170221a4..2b8691fa26cdec8260365bf4e91e87e024ee1cfd 100644
|
| --- a/base/time/tick_clock.h
|
| +++ b/base/time/tick_clock.h
|
| @@ -17,8 +17,8 @@ namespace base {
|
| // See DefaultTickClock (base/time/default_tick_clock.h) for the default
|
| // implementation that simply uses TimeTicks::Now().
|
| //
|
| -// (Other implementations that use TimeTicks::HighResNow() or
|
| -// TimeTicks::NowFromSystemTime() should be added as needed.)
|
| +// (Other implementations that use TimeTicks::NowFromSystemTime() should
|
| +// be added as needed.)
|
| //
|
| // See SimpleTestTickClock (base/test/simple_test_tick_clock.h) for a
|
| // simple test implementation.
|
|
|