| Index: chrome/browser/history/top_sites.h
|
| diff --git a/chrome/browser/history/top_sites.h b/chrome/browser/history/top_sites.h
|
| index 898bf275c59ba311fcd2d053c02dcd1dc392b12b..3f5260f714d99199fc6d36a351ca1d538c51e888 100644
|
| --- a/chrome/browser/history/top_sites.h
|
| +++ b/chrome/browser/history/top_sites.h
|
| @@ -178,7 +178,7 @@ class TopSites
|
| protected:
|
| void NotifyTopSitesLoaded();
|
| void NotifyTopSitesChanged();
|
| - virtual ~TopSites();
|
| + ~TopSites() override;
|
|
|
| private:
|
| ObserverList<TopSitesObserver> observer_list_;
|
|
|