| Index: chrome/common/plugin_messages.h
|
| diff --git a/chrome/common/plugin_messages.h b/chrome/common/plugin_messages.h
|
| index 0bfddeee7e8329f6c9049e8462a7c7d2e0c3972e..eeea874027aa43617e4a928c78b613502a491a34 100644
|
| --- a/chrome/common/plugin_messages.h
|
| +++ b/chrome/common/plugin_messages.h
|
| @@ -54,7 +54,7 @@ struct PluginHostMsg_URLRequest_Params {
|
| };
|
|
|
| struct PluginMsg_URLRequestReply_Params {
|
| - int resource_id;
|
| + unsigned long resource_id;
|
| GURL url;
|
| bool notify_needed;
|
| intptr_t notify_data;
|
| @@ -62,7 +62,7 @@ struct PluginMsg_URLRequestReply_Params {
|
| };
|
|
|
| struct PluginMsg_DidReceiveResponseParams {
|
| - int id;
|
| + unsigned long id;
|
| std::string mime_type;
|
| std::string headers;
|
| uint32 expected_length;
|
|
|