Chromium Code Reviews| 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; |