| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0698af620236186c4e783c0761321913a1a99440..1402824c3ba68aea288192c67e3901208789415b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -959,7 +959,7 @@ IPC_MESSAGE_ROUTED4(ViewMsg_ScriptEvalRequest,
|
| // into that frame's document. See ViewMsg_ScriptEvalRequest for details on
|
| // allowed xpath expressions.
|
| IPC_MESSAGE_ROUTED2(ViewMsg_CSSInsertRequest,
|
| - std::wstring, /* frame_xpath */
|
| + string16, /* frame_xpath */
|
| std::string /* css string */)
|
|
|
| // External popup menus.
|
|
|