| 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 1b1f9f5396d61e6623fe100d7c8f54fb48bb631e..27a98c1f1b406641da00dba576dda7ea4fa0d0ba 100644 | 
| --- a/components/ntp_tiles/most_visited_sites.h | 
| +++ b/components/ntp_tiles/most_visited_sites.h | 
| @@ -75,8 +75,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: | 
|  |