| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 4e18783c0361d54bb373f6e8242f11aeb4d5fd70..0fd43c4d6fd9993577d33135ae3def09abc5d737 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1996,7 +1996,7 @@ IPC_MESSAGE_CONTROL2(ViewHostMsg_SavedPageAsMHTML,
|
|
|
| IPC_MESSAGE_ROUTED3(ViewHostMsg_SendCurrentPageAllSavableResourceLinks,
|
| std::vector<GURL> /* all savable resource links */,
|
| - std::vector<GURL> /* all referrers of resource links */,
|
| + std::vector<content::Referrer> /* all referrers */,
|
| std::vector<GURL> /* all frame links */)
|
|
|
| IPC_MESSAGE_ROUTED3(ViewHostMsg_SendSerializedHtmlData,
|
|
|