| Index: chrome/browser/ui/search/instant_page.h
|
| diff --git a/chrome/browser/ui/search/instant_page.h b/chrome/browser/ui/search/instant_page.h
|
| index 56d129188be7743ae34831c613050156105c7556..7c3d719013617b26bcf8d5129ac099548cf03330 100644
|
| --- a/chrome/browser/ui/search/instant_page.h
|
| +++ b/chrome/browser/ui/search/instant_page.h
|
| @@ -193,7 +193,7 @@ class InstantPage : public content::WebContentsObserver {
|
|
|
| // Tells the page about new Most Visited data.
|
| void SendMostVisitedItems(
|
| - const std::vector<InstantMostVisitedItemIDPair>& items);
|
| + const std::vector<InstantMostVisitedItem>& items);
|
|
|
| // Tells the page to toggle voice search.
|
| void ToggleVoiceSearch();
|
|
|