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..6edeff7480aa3dc9bf4e2cdea1899304ef8d9f43 100644 |
--- a/content/child/npapi/plugin_url_fetcher.h |
+++ b/content/child/npapi/plugin_url_fetcher.h |
@@ -13,7 +13,6 @@ |
namespace webkit_glue { |
class MultipartResponseDelegate; |
-class ResourceLoaderBridge; |
} |
namespace content { |
@@ -92,8 +91,6 @@ class PluginURLFetcher : public RequestPeer { |
scoped_ptr<webkit_glue::MultipartResponseDelegate> multipart_delegate_; |
- scoped_ptr<webkit_glue::ResourceLoaderBridge> bridge_; |
- |
DISALLOW_COPY_AND_ASSIGN(PluginURLFetcher); |
}; |