| Index: content/child/npapi/plugin_url_fetcher.cc
|
| diff --git a/content/child/npapi/plugin_url_fetcher.cc b/content/child/npapi/plugin_url_fetcher.cc
|
| index 1ea09ede638a70b60cfbf741d5bb64495ae6d7a2..838b30b8c24bd12cc10ec677f49616d4517918ba 100644
|
| --- a/content/child/npapi/plugin_url_fetcher.cc
|
| +++ b/content/child/npapi/plugin_url_fetcher.cc
|
| @@ -96,7 +96,7 @@ PluginURLFetcher::PluginURLFetcher(PluginStreamUrl* plugin_stream,
|
| copy_stream_data_(copy_stream_data),
|
| data_offset_(0),
|
| pending_failure_notification_(false) {
|
| - webkit_glue::ResourceLoaderBridge::RequestInfo request_info;
|
| + ResourceLoaderBridge::RequestInfo request_info;
|
| request_info.method = method;
|
| request_info.url = url;
|
| request_info.first_party_for_cookies = first_party_for_cookies;
|
|
|