diff options
Diffstat (limited to 'base/time/tick_clock.h')
-rw-r--r-- | base/time/tick_clock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/time/tick_clock.h b/base/time/tick_clock.h index 3e53d83..2b8691f 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. |