Index: chrome/common/render_messages.h |
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h |
index 2758407b2c2c1da090f874bbce94c15676063522..78060f33ac9724edfd268d230229d1b85c8f7a57 100644 |
--- a/chrome/common/render_messages.h |
+++ b/chrome/common/render_messages.h |
@@ -353,10 +353,10 @@ IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxMostVisitedItemsChanged, |
std::vector<InstantMostVisitedItemIDPair> /* items */) |
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem, |
- InstantRestrictedID /* most_visited_item_id */) |
+ GURL /* most_visited_item_url */) |
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxUndoMostVisitedDeletion, |
- InstantRestrictedID /* most_visited_item_id */) |
+ GURL /* most_visited_item_url */) |
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_SearchBoxUndoAllMostVisitedDeletions) |