| Index: ios/chrome/browser/ui/ntp/most_visited_cell.mm
|
| diff --git a/ios/chrome/browser/ui/ntp/most_visited_cell.mm b/ios/chrome/browser/ui/ntp/most_visited_cell.mm
|
| index 21e5a017f589ac181fe5fd2696697d23b53384c8..c979a27a8cc26c50d196f035ff04d704360f4919 100644
|
| --- a/ios/chrome/browser/ui/ntp/most_visited_cell.mm
|
| +++ b/ios/chrome/browser/ui/ntp/most_visited_cell.mm
|
| @@ -46,7 +46,7 @@ const CGFloat kMaximumHeight = 100;
|
| // Weak reference to the relevant BrowserState.
|
| ios::ChromeBrowserState* _browserState;
|
| // Backs property with the same name.
|
| - ntp_tiles::metrics::MostVisitedTileType _tileType;
|
| + ntp_tiles::metrics::NTPTileType _tileType;
|
|
|
| base::scoped_nsobject<UILabel> _label;
|
| base::scoped_nsobject<UILabel> _noIconLabel;
|
|
|