| Index: chrome/browser/history/top_sites_impl.h
|
| diff --git a/chrome/browser/history/top_sites_impl.h b/chrome/browser/history/top_sites_impl.h
|
| index cea6f84d8ab24aff6df8483b7a7a4ccfcdb4b0c0..347ae91e3e7bbb14d024eafc7c5b5c231c9a79d8 100644
|
| --- a/chrome/browser/history/top_sites_impl.h
|
| +++ b/chrome/browser/history/top_sites_impl.h
|
| @@ -82,6 +82,8 @@ class TopSitesImpl : public TopSites {
|
| MostVisitedURLList GetPrepopulatePages() override;
|
| bool loaded() const override;
|
| bool AddForcedURL(const GURL& url, const base::Time& time) override;
|
| + // RefcountedKeyedService:
|
| + void ShutdownOnUIThread() override;
|
|
|
| protected:
|
| ~TopSitesImpl() override;
|
|
|