| 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 123b705c6966ce165d53f52d85f134364cf9a5cb..28f9b070df0a6421fec0400df63b023a84af57ec 100644
|
| --- a/components/ntp_tiles/most_visited_sites.h
|
| +++ b/components/ntp_tiles/most_visited_sites.h
|
| @@ -113,8 +113,8 @@ class MostVisitedSites : public history::TopSitesObserver,
|
|
|
| // Construct a MostVisitedSites instance.
|
| //
|
| - // |prefs|, |top_sites|, and |suggestions| are required and may not be null.
|
| - // |popular_sites| and |supervisor| are optional and if null the associated
|
| + // |prefs| and |suggestions| are required and may not be null. |top_sites|,
|
| + // |popular_sites|, and |supervisor| are optional and if null the associated
|
| // features will be disabled.
|
| MostVisitedSites(PrefService* prefs,
|
| scoped_refptr<history::TopSites> top_sites,
|
|
|