| Index: chrome/common/render_messages.h
|
| diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
|
| index 10ecd3fa13d089f87f5517a939a4329350f74f79..cfb7790e18d9b795d626068a379ada75422388fb 100644
|
| --- a/chrome/common/render_messages.h
|
| +++ b/chrome/common/render_messages.h
|
| @@ -371,10 +371,10 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxMostVisitedItemsChanged,
|
| std::vector<InstantMostVisitedItemIDPair> /* items */)
|
|
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem,
|
| - InstantRestrictedID /* most_visited_item_id */)
|
| + GURL /* url */)
|
|
|
| IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxUndoMostVisitedDeletion,
|
| - InstantRestrictedID /* most_visited_item_id */)
|
| + GURL /* url */)
|
|
|
| IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_SearchBoxUndoAllMostVisitedDeletions)
|
|
|
|
|