| 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 e21dc20e47b50479ee53dabf679d25a8f30f4bf7..e9c38111136b4940c2b113e25f03c92c30b722f3 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 {
|
| @@ -90,7 +90,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);
|
| };
|
|
|