| Index: content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_impl.h b/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| index abfaee788d77d30384ce6163cbc7f419272cdff9..c306c46dc2c1beb80e5b662930b2da01d869058d 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host_impl.h
|
| @@ -57,6 +57,7 @@ class ResourceDispatcherHostDelegate;
|
| class ResourceRequestInfoImpl;
|
| struct DownloadSaveInfo;
|
| struct GlobalRequestID;
|
| +struct Referrer;
|
|
|
| class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| : public ResourceDispatcherHost,
|
| @@ -102,7 +103,7 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| // Initiates a save file from the browser process (as opposed to a resource
|
| // request from the renderer or another child process).
|
| void BeginSaveFile(const GURL& url,
|
| - const GURL& referrer,
|
| + const content::Referrer& referrer,
|
| int child_id,
|
| int route_id,
|
| ResourceContext* context);
|
|
|