| Index: content/browser/appcache/appcache_update_job.h
|
| diff --git a/content/browser/appcache/appcache_update_job.h b/content/browser/appcache/appcache_update_job.h
|
| index a2c4df850610f9905ba11799f90720e3e14307e4..4da4ac2dac7c6e768667c7ec325298a8ba464d18 100644
|
| --- a/content/browser/appcache/appcache_update_job.h
|
| +++ b/content/browser/appcache/appcache_update_job.h
|
| @@ -135,7 +135,7 @@ class CONTENT_EXPORT AppCacheUpdateJob
|
| private:
|
| // URLRequest::Delegate overrides
|
| virtual void OnReceivedRedirect(net::URLRequest* request,
|
| - const GURL& new_url,
|
| + const net::RedirectInfo& redirect_info,
|
| bool* defer_redirect) OVERRIDE;
|
| virtual void OnResponseStarted(net::URLRequest* request) OVERRIDE;
|
| virtual void OnReadCompleted(net::URLRequest* request,
|
|
|