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

Unified Diff: content/child/web_url_loader_impl.h

Issue 293353007: Move resource_response_info from webkit/ to content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/sync_load_response.h ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/web_url_loader_impl.h
diff --git a/content/child/web_url_loader_impl.h b/content/child/web_url_loader_impl.h
index 94f72a152c26cfca04efa05b2fc4faa7737f455f..a2c1f3c67bbed0db8c913fa30d7ed9ce877184b0 100644
--- a/content/child/web_url_loader_impl.h
+++ b/content/child/web_url_loader_impl.h
@@ -9,12 +9,10 @@
#include "content/common/content_export.h"
#include "third_party/WebKit/public/platform/WebURLLoader.h"
-namespace webkit_glue {
-struct ResourceResponseInfo;
-}
-
namespace content {
+struct ResourceResponseInfo;
+
class WebURLLoaderImpl : public blink::WebURLLoader {
public:
WebURLLoaderImpl();
@@ -25,7 +23,7 @@ class WebURLLoaderImpl : public blink::WebURLLoader {
int reason);
CONTENT_EXPORT static void PopulateURLResponse(
const GURL& url,
- const webkit_glue::ResourceResponseInfo& info,
+ const ResourceResponseInfo& info,
blink::WebURLResponse* response);
// WebURLLoader methods:
« no previous file with comments | « content/child/sync_load_response.h ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698