| Index: components/ntp_tiles/most_visited_sites.cc
|
| diff --git a/components/ntp_tiles/most_visited_sites.cc b/components/ntp_tiles/most_visited_sites.cc
|
| index f54b324906470126e90cda393f23be6386968466..08f28ae6659e9d65a1b9f75775b4dec0d9d9abfa 100644
|
| --- a/components/ntp_tiles/most_visited_sites.cc
|
| +++ b/components/ntp_tiles/most_visited_sites.cc
|
| @@ -33,6 +33,8 @@ using suggestions::ChromeSuggestion;
|
| using suggestions::SuggestionsProfile;
|
| using suggestions::SuggestionsService;
|
|
|
| +namespace ntp_tiles {
|
| +
|
| namespace {
|
|
|
| // Identifiers for the various tile sources.
|
| @@ -663,3 +665,5 @@ void MostVisitedSites::TopSitesChanged(TopSites* top_sites,
|
| InitiateTopSitesQuery();
|
| }
|
| }
|
| +
|
| +} // namespace ntp_tiles
|
|
|