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: |