| 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 18e3d6fe1748db20468264f8ba4097c5f65e6502..ca7b399413b440e6f06c08460efc24a16476771b 100644
|
| --- a/components/ntp_tiles/most_visited_sites.h
|
| +++ b/components/ntp_tiles/most_visited_sites.h
|
| @@ -43,6 +43,8 @@ namespace variations {
|
| class VariationsService;
|
| }
|
|
|
| +namespace ntp_tiles {
|
| +
|
| // Shim interface for SupervisedUserService.
|
| class MostVisitedSitesSupervisor {
|
| public:
|
| @@ -286,4 +288,6 @@ class MostVisitedSites : public history::TopSitesObserver,
|
| DISALLOW_COPY_AND_ASSIGN(MostVisitedSites);
|
| };
|
|
|
| +} // namespace ntp_tiles
|
| +
|
| #endif // COMPONENTS_NTP_TILES_MOST_VISITED_SITES_H_
|
|
|