| Index: webkit/glue/plugins/plugin_stream_url.h
|
| diff --git a/webkit/glue/plugins/plugin_stream_url.h b/webkit/glue/plugins/plugin_stream_url.h
|
| index b4a61c3eb4dd845ab5f4c0966599da3c8ab015f9..7d3f59a5a0a05e5487d81c3a6ae3a063d077d7be 100644
|
| --- a/webkit/glue/plugins/plugin_stream_url.h
|
| +++ b/webkit/glue/plugins/plugin_stream_url.h
|
| @@ -22,7 +22,7 @@ class PluginStreamUrl : public PluginStream,
|
| // a URL. If notifyNeeded is set, then the plugin will be notified
|
| // when the stream has been fully sent to the plugin. Initialize
|
| // must be called before the object is used.
|
| - PluginStreamUrl(int resource_id,
|
| + PluginStreamUrl(unsigned long resource_id,
|
| const GURL &url,
|
| PluginInstance *instance,
|
| bool notify_needed,
|
| @@ -59,7 +59,7 @@ class PluginStreamUrl : public PluginStream,
|
|
|
| private:
|
| GURL url_;
|
| - int id_;
|
| + unsigned long id_;
|
|
|
| DISALLOW_EVIL_CONSTRUCTORS(PluginStreamUrl);
|
| };
|
|
|