| Index: chrome/browser/resource_message_filter.cc
|
| ===================================================================
|
| --- chrome/browser/resource_message_filter.cc (revision 9207)
|
| +++ chrome/browser/resource_message_filter.cc (working copy)
|
| @@ -231,9 +231,8 @@
|
|
|
| void ResourceMessageFilter::OnReceiveContextMenuMsg(const IPC::Message& msg) {
|
| void* iter = NULL;
|
| - ViewHostMsg_ContextMenu_Params params;
|
| - if (!IPC::ParamTraits<ViewHostMsg_ContextMenu_Params>::
|
| - Read(&msg, &iter, ¶ms))
|
| + ContextMenuParams params;
|
| + if (!IPC::ParamTraits<ContextMenuParams>::Read(&msg, &iter, ¶ms))
|
| return;
|
|
|
| // Fill in the dictionary suggestions if required.
|
|
|