| Index: components/history/core/browser/top_sites_impl.h
|
| diff --git a/components/history/core/browser/top_sites_impl.h b/components/history/core/browser/top_sites_impl.h
|
| index dab8392f06f09d69624e39291178f416ad2c909f..0d4999e12e7038364600f4b2f38f0a26bfb2ab25 100644
|
| --- a/components/history/core/browser/top_sites_impl.h
|
| +++ b/components/history/core/browser/top_sites_impl.h
|
| @@ -271,7 +271,7 @@ class TopSitesImpl : public TopSites, public HistoryServiceObserver {
|
|
|
| // Timer that asks history for the top sites. This is used to make sure our
|
| // data stays in sync with history.
|
| - base::OneShotTimer<TopSitesImpl> timer_;
|
| + base::OneShotTimer timer_;
|
|
|
| // The time we started |timer_| at. Only valid if |timer_| is running.
|
| base::TimeTicks timer_start_time_;
|
|
|