Index: content/public/browser/resource_dispatcher_host_delegate.h |
diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h |
index 64fc497592b7ee981d1867300c518a4d22a4f61d..4bfeb59175eb88412b0e77232ab528385b20ec92 100644 |
--- a/content/public/browser/resource_dispatcher_host_delegate.h |
+++ b/content/public/browser/resource_dispatcher_host_delegate.h |
@@ -17,6 +17,7 @@ class ResourceHandler; |
class ResourceMessageFilter; |
namespace content { |
+struct Referrer; |
class ResourceContext; |
struct ResourceResponse; |
} |
@@ -41,7 +42,7 @@ class ResourceDispatcherHostDelegate { |
const GURL& url, |
ResourceType::Type resource_type, |
const content::ResourceContext& resource_context, |
- const GURL& referrer) = 0; |
+ const content::Referrer& referrer) = 0; |
// Called after ShouldBeginRequest when all the resource handlers from the |
// content layer have been added. To add new handlers to the front, return |