| Index: chrome/browser/prerender/prerender_util.h
|
| diff --git a/chrome/browser/prerender/prerender_util.h b/chrome/browser/prerender/prerender_util.h
|
| index 5addd039fe533fdab657a928e8ce3165b880e2df..7394501f5a97fe8ad6fe14c5da643979e2420a84 100644
|
| --- a/chrome/browser/prerender/prerender_util.h
|
| +++ b/chrome/browser/prerender/prerender_util.h
|
| @@ -51,7 +51,7 @@ bool IsControlGroupExperiment(uint8 experiment_id);
|
| // Called by URLRequestResponseStarted to gather data about Pagespeed headers
|
| // into the Prerender.PagespeedHeader histogram. Public so it can be accessed
|
| // by the unit test.
|
| -void GatherPagespeedData(const content::ResourceType::Type resource_type,
|
| +void GatherPagespeedData(const content::ResourceType resource_type,
|
| const GURL& request_url,
|
| const net::HttpResponseHeaders* response_headers);
|
|
|
|
|