| Index: chrome/renderer/webplugin_delegate_pepper.cc
|
| diff --git a/chrome/renderer/webplugin_delegate_pepper.cc b/chrome/renderer/webplugin_delegate_pepper.cc
|
| index 1c24bb4117870c6ad33ac310a761901c09283681..0be5924b99104501387f9709943fffd97361baf4 100644
|
| --- a/chrome/renderer/webplugin_delegate_pepper.cc
|
| +++ b/chrome/renderer/webplugin_delegate_pepper.cc
|
| @@ -207,7 +207,7 @@ FilePath WebPluginDelegatePepper::GetPluginPath() {
|
| }
|
|
|
| WebPluginResourceClient* WebPluginDelegatePepper::CreateResourceClient(
|
| - int resource_id, const GURL& url, bool notify_needed,
|
| + unsigned long resource_id, const GURL& url, bool notify_needed,
|
| intptr_t notify_data, intptr_t existing_stream) {
|
| // Stream already exists. This typically happens for range requests
|
| // initiated via NPN_RequestRead.
|
|
|