diff options
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r-- | content/common/view_messages.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index f7a1bcd..258ea13 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -1289,7 +1289,7 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_ShowPopup, // String. IPC_MESSAGE_ROUTED2(ViewHostMsg_ScriptEvalResponse, int /* id */, - ListValue /* result */) + base::ListValue /* result */) // Result of string search in the page. // Response to ViewMsg_Find with the results of the requested find-in-page @@ -1601,7 +1601,7 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_DidContentsPreferredSizeChange, IPC_MESSAGE_ROUTED3(ViewHostMsg_WebUISend, GURL /* source_url */, std::string /* message */, - ListValue /* args */) + base::ListValue /* args */) // A renderer sends this to the browser process when it wants to // create a ppapi plugin. The browser will create the plugin process if |