| Index: chrome/common/search/instant_types.cc
|
| diff --git a/chrome/common/search/instant_types.cc b/chrome/common/search/instant_types.cc
|
| index c602563cdff4c3ee69e17fd8222a43b415672862..0c42798aa20a86ddf7f9a20632139d51b8a0fe3a 100644
|
| --- a/chrome/common/search/instant_types.cc
|
| +++ b/chrome/common/search/instant_types.cc
|
| @@ -89,7 +89,7 @@ const char kInputEncodingKey[] = "ie";
|
| const char kAssistedQueryStatsKey[] = "aqs";
|
|
|
| InstantMostVisitedItem::InstantMostVisitedItem()
|
| - : source(ntp_tiles::NTPTileSource::TOP_SITES) {}
|
| + : source(ntp_tiles::TileSource::TOP_SITES) {}
|
|
|
| InstantMostVisitedItem::InstantMostVisitedItem(
|
| const InstantMostVisitedItem& other) = default;
|
|
|