| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index cfb7790e18d9b795d626068a379ada75422388fb..70797f62391f0807070068e2cd10b25125e9c5f4 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -368,7 +368,7 @@ IPC_MESSAGE_ROUTED2(ChromeViewMsg_SearchBoxFocusChanged,
|
| OmniboxFocusChangeReason /* reason */)
|
|
|
| IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxMostVisitedItemsChanged,
|
| - std::vector<InstantMostVisitedItemIDPair> /* items */)
|
| + std::vector<InstantMostVisitedItem> /* items */)
|
|
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem,
|
| GURL /* url */)
|
|
|