Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(404)

Unified Diff: ios/chrome/browser/ui/ntp/most_visited_cell.mm

Issue 2790463003: ntp_tiles: Cleanup enum names (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698