summaryrefslogtreecommitdiffstats
path: root/content/public/browser/resource_dispatcher_host_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/resource_dispatcher_host_delegate.h')
-rw-r--r--content/public/browser/resource_dispatcher_host_delegate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/public/browser/resource_dispatcher_host_delegate.h b/content/public/browser/resource_dispatcher_host_delegate.h
index 64fc497..4bfeb59 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