| Index: content/child/npapi/plugin_url_fetcher.h
|
| diff --git a/content/child/npapi/plugin_url_fetcher.h b/content/child/npapi/plugin_url_fetcher.h
|
| index bffb9af37e2967ccc1787151935509ea4ecfd763..f16c5faa03449021f283458aaa5a2a172a664656 100644
|
| --- a/content/child/npapi/plugin_url_fetcher.h
|
| +++ b/content/child/npapi/plugin_url_fetcher.h
|
| @@ -13,11 +13,11 @@
|
|
|
| namespace webkit_glue {
|
| class MultipartResponseDelegate;
|
| -class ResourceLoaderBridge;
|
| }
|
|
|
| namespace content {
|
| class PluginStreamUrl;
|
| +class ResourceDispatcher;
|
|
|
| // Fetches URLS for a plugin using ResourceDispatcher.
|
| class PluginURLFetcher : public RequestPeer {
|
| @@ -92,7 +92,7 @@ class PluginURLFetcher : public RequestPeer {
|
|
|
| scoped_ptr<webkit_glue::MultipartResponseDelegate> multipart_delegate_;
|
|
|
| - scoped_ptr<webkit_glue::ResourceLoaderBridge> bridge_;
|
| + ResourceDispatcher* dispatcher_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PluginURLFetcher);
|
| };
|
|
|