| Index: chrome/browser/android/ntp/most_visited_sites.h
|
| diff --git a/chrome/browser/android/ntp/most_visited_sites.h b/chrome/browser/android/ntp/most_visited_sites.h
|
| index 3939ee745c578d594d8cd2a7958082e0177b319d..467983b9438e5492d71d722b658d387c852b80b0 100644
|
| --- a/chrome/browser/android/ntp/most_visited_sites.h
|
| +++ b/chrome/browser/android/ntp/most_visited_sites.h
|
| @@ -212,6 +212,9 @@ class MostVisitedSites : public history::TopSitesObserver,
|
| // The profile whose most visited sites will be queried.
|
| Profile* profile_;
|
|
|
| + scoped_refptr<history::TopSites> top_sites_;
|
| + suggestions::SuggestionsService* suggestions_service_;
|
| +
|
| Observer* observer_;
|
|
|
| // The maximum number of most visited sites to return.
|
|
|