Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: content/child/npapi/plugin_url_fetcher.h

Issue 384273003: Move multipart_response_delegate.* from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android_webview fix Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/multipart_response_delegate_unittest.cc ('k') | content/child/npapi/plugin_url_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7eab78e4326e7e424f01352564540826371f5fa9..b1d77160de50cf7479e42218dd16ff854b7d93d2 100644
--- a/content/child/npapi/plugin_url_fetcher.h
+++ b/content/child/npapi/plugin_url_fetcher.h
@@ -12,11 +12,11 @@
#include "url/gurl.h"
namespace webkit_glue {
-class MultipartResponseDelegate;
class ResourceLoaderBridge;
}
namespace content {
+class MultipartResponseDelegate;
class PluginStreamUrl;
// Fetches URLS for a plugin using ResourceDispatcher.
@@ -88,7 +88,7 @@ class PluginURLFetcher : public RequestPeer {
int64 data_offset_;
bool pending_failure_notification_;
- scoped_ptr<webkit_glue::MultipartResponseDelegate> multipart_delegate_;
+ scoped_ptr<MultipartResponseDelegate> multipart_delegate_;
scoped_ptr<webkit_glue::ResourceLoaderBridge> bridge_;
« no previous file with comments | « content/child/multipart_response_delegate_unittest.cc ('k') | content/child/npapi/plugin_url_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698