| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 6d0af79120b6d829c93231cf81561daac4e68782..c837ea37fee7988bc8d3b39d88375bacd7fb520f 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1326,8 +1326,7 @@ IPC_MESSAGE_ROUTED0(ViewHostMsg_Blur)
|
| IPC_MESSAGE_ROUTED1(ViewHostMsg_FocusedNodeChanged,
|
| bool /* is_editable_node */)
|
|
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_SetCursor,
|
| - WebCursor)
|
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_SetCursor, content::WebCursor)
|
|
|
| // Used to set a cookie. The cookie is set asynchronously, but will be
|
| // available to a subsequent ViewHostMsg_GetCookies request.
|
|
|