| Index: ios/chrome/app/spotlight/topsites_spotlight_manager.h
|
| diff --git a/ios/chrome/app/spotlight/topsites_spotlight_manager.h b/ios/chrome/app/spotlight/topsites_spotlight_manager.h
|
| index 02f010e01745f1cce1f5220235aac894e1457084..1a1d3b09ce7bb84384cf323339e3cd4991b9e9ea 100644
|
| --- a/ios/chrome/app/spotlight/topsites_spotlight_manager.h
|
| +++ b/ios/chrome/app/spotlight/topsites_spotlight_manager.h
|
| @@ -13,9 +13,9 @@ class ChromeBrowserState;
|
|
|
| // This spotlight manager handles indexing of sites shown on the NTP. Because of
|
| // privacy concerns, only sites shown on the NTP are indexed; therefore, this
|
| -// manager mirrors the functionality seen in google_landing_controller. It uses
|
| -// suggestions (most likely) as a data source if the user is logged in and top
|
| -// sites otherwise.
|
| +// manager mirrors the functionality seen in google_landing_view_controller. It
|
| +// uses suggestions (most likely) as a data source if the user is logged in and
|
| +// top sites otherwise.
|
|
|
| @interface TopSitesSpotlightManager : BaseSpotlightManager
|
|
|
|
|