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

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

Issue 2790463003: ntp_tiles: Cleanup enum names (Closed)
Patch Set: add back histogram enums 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.h
diff --git a/ios/chrome/browser/ui/ntp/most_visited_cell.h b/ios/chrome/browser/ui/ntp/most_visited_cell.h
index 91db4f21e4c7df8196c4d93d898ec25bfa1806cf..691245acf0b5b75fd0d4771aca2b3d930de89f7b 100644
--- a/ios/chrome/browser/ui/ntp/most_visited_cell.h
+++ b/ios/chrome/browser/ui/ntp/most_visited_cell.h
@@ -22,7 +22,7 @@ class ChromeBrowserState;
// Reference to the relevant ChromeBrowserState
@property(nonatomic, readonly) ios::ChromeBrowserState* browserState;
// Type of tile (icon, scrabble tile, default)
-@property(nonatomic, readonly) ntp_tiles::metrics::MostVisitedTileType tileType;
+@property(nonatomic, readonly) ntp_tiles::TileVisualType tileType;
// Set text of top site.
- (void)setText:(NSString*)text;
« no previous file with comments | « ios/chrome/browser/ui/ntp/google_landing_controller.mm ('k') | ios/chrome/browser/ui/ntp/most_visited_cell.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698