Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 584d9a7ee14b4541758c0ff31c7ce00a43dbc087..899faf3886d15886bec282069544bb10c442056b 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -365,10 +365,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) |