| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index b672f8397f4b23e555762f33f86eb161d56811c7..adb4669919d954e3178d52dc844d61fb90bae06a 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1159,7 +1159,7 @@ IPC_MESSAGE_ROUTED2(ViewHostMsg_SetTooltipText,
|
| // text in the document.
|
| IPC_MESSAGE_ROUTED3(ViewHostMsg_SelectionChanged,
|
| base::string16 /* text covers the selection range */,
|
| - size_t /* the offset of the text in the document */,
|
| + uint32_t /* the offset of the text in the document */,
|
| gfx::Range /* selection range in the document */)
|
|
|
| // Notification that the selection bounds have changed.
|
|
|