| Index: components/ntp_tiles/most_visited_sites.h | 
| diff --git a/components/ntp_tiles/most_visited_sites.h b/components/ntp_tiles/most_visited_sites.h | 
| index d097b1bc469974c307cf27518061f3737470e98d..f71d9d262742e7dbf1426307b47f56107b0ac5c5 100644 | 
| --- a/components/ntp_tiles/most_visited_sites.h | 
| +++ b/components/ntp_tiles/most_visited_sites.h | 
| @@ -76,8 +76,6 @@ class MostVisitedSitesSupervisor { | 
| class MostVisitedSites : public history::TopSitesObserver, | 
| public MostVisitedSitesSupervisor::Observer { | 
| public: | 
| -  using PopularSitesVector = std::vector<PopularSites::Site>; | 
| - | 
| // The observer to be notified when the list of most visited sites changes. | 
| class Observer { | 
| public: | 
|  |