| 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 8dc53f20ca6c7586c90096410bde86099b8510e2..594719349ac5f434176f9bb9c1a9520816e0391c 100644
|
| --- a/content/child/npapi/plugin_url_fetcher.h
|
| +++ b/content/child/npapi/plugin_url_fetcher.h
|
| @@ -11,13 +11,10 @@
|
| #include "content/public/child/request_peer.h"
|
| #include "url/gurl.h"
|
|
|
| -namespace webkit_glue {
|
| -class ResourceLoaderBridge;
|
| -}
|
| -
|
| namespace content {
|
| class MultipartResponseDelegate;
|
| class PluginStreamUrl;
|
| +class ResourceLoaderBridge;
|
|
|
| // Fetches URLS for a plugin using ResourceDispatcher.
|
| class PluginURLFetcher : public RequestPeer {
|
| @@ -88,7 +85,7 @@ class PluginURLFetcher : public RequestPeer {
|
|
|
| scoped_ptr<MultipartResponseDelegate> multipart_delegate_;
|
|
|
| - scoped_ptr<webkit_glue::ResourceLoaderBridge> bridge_;
|
| + scoped_ptr<ResourceLoaderBridge> bridge_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PluginURLFetcher);
|
| };
|
|
|