| Index: chrome/common/search/instant_types.h
|
| diff --git a/chrome/common/search/instant_types.h b/chrome/common/search/instant_types.h
|
| index 552a251bc2785d99591fa413824c75c19c3a6690..11b913e22878cb021e2420646737f860bbfc7194 100644
|
| --- a/chrome/common/search/instant_types.h
|
| +++ b/chrome/common/search/instant_types.h
|
| @@ -11,7 +11,7 @@
|
| #include <utility>
|
|
|
| #include "base/strings/string16.h"
|
| -#include "components/ntp_tiles/ntp_tile_source.h"
|
| +#include "components/ntp_tiles/tile_source.h"
|
| #include "url/gurl.h"
|
|
|
| // ID used by Instant code to refer to objects (e.g. Autocomplete results, Most
|
| @@ -143,7 +143,7 @@ struct InstantMostVisitedItem {
|
| GURL favicon;
|
|
|
| // The source of the item, e.g. server-side or client-side.
|
| - ntp_tiles::NTPTileSource source;
|
| + ntp_tiles::TileSource source;
|
| };
|
|
|
| // An InstantMostVisitedItem along with its assigned restricted ID.
|
|
|