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

Unified Diff: components/ntp_tiles/ntp_tile.cc

Issue 2790463003: ntp_tiles: Cleanup enum names (Closed)
Patch Set: add back histogram enums Created 3 years, 8 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
« no previous file with comments | « components/ntp_tiles/ntp_tile.h ('k') | components/ntp_tiles/ntp_tile_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_tiles/ntp_tile.cc
diff --git a/components/ntp_tiles/ntp_tile.cc b/components/ntp_tiles/ntp_tile.cc
index 13bf9f16e46178fcb052874ca3710166e86a78c1..ea2a62f209c8dc787f153abdd8af3b5c17310e67 100644
--- a/components/ntp_tiles/ntp_tile.cc
+++ b/components/ntp_tiles/ntp_tile.cc
@@ -6,7 +6,7 @@
namespace ntp_tiles {
-NTPTile::NTPTile() : source(NTPTileSource::TOP_SITES) {}
+NTPTile::NTPTile() : source(TileSource::TOP_SITES) {}
NTPTile::NTPTile(const NTPTile&) = default;
« no previous file with comments | « components/ntp_tiles/ntp_tile.h ('k') | components/ntp_tiles/ntp_tile_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698