| Index: chrome/browser/sessions/session_restore_stats_collector_unittest.cc
|
| diff --git a/chrome/browser/sessions/session_restore_stats_collector_unittest.cc b/chrome/browser/sessions/session_restore_stats_collector_unittest.cc
|
| index 45d1c0cfcb5d6eabb4c7aa863d63a11e8e2b2445..056104b849951ee635f6405a70348b7ce478f03b 100644
|
| --- a/chrome/browser/sessions/session_restore_stats_collector_unittest.cc
|
| +++ b/chrome/browser/sessions/session_restore_stats_collector_unittest.cc
|
| @@ -196,7 +196,7 @@ class SessionRestoreStatsCollectorTest : public testing::Test {
|
| // A raw pointer is kept to it so that it can be modified from the outside.
|
| // The unittest must take care to access the clock only while the
|
| // SessionRestoreStatsCollector under test is still alive.
|
| - test_tick_clock_ = new base::SimpleTestTickClock();
|
| + test_tick_clock_ = new base::SimpleTestTickClock(base::TimeTicks());
|
|
|
| // Create a stats collector, keep a raw pointer to it, and detach from it.
|
| // The stats collector will stay alive as long as it has not yet completed
|
|
|