| Index: content/browser/service_worker/service_worker_script_cache_map.h
|
| diff --git a/content/browser/service_worker/service_worker_script_cache_map.h b/content/browser/service_worker/service_worker_script_cache_map.h
|
| index acd23f3d00534af516b53c3385c05eec420d34d1..16ffe31c674db5f6c7ef1783bc5d6f53e3bacaef 100644
|
| --- a/content/browser/service_worker/service_worker_script_cache_map.h
|
| +++ b/content/browser/service_worker/service_worker_script_cache_map.h
|
| @@ -37,7 +37,7 @@ class CONTENT_EXPORT ServiceWorkerScriptCacheMap {
|
| void NotifyStartedCaching(const GURL& url, int64_t resource_id);
|
| void NotifyFinishedCaching(const GURL& url,
|
| int64_t size_bytes,
|
| - const net::URLRequestStatus& status,
|
| + net::Error net_error,
|
| const std::string& status_message);
|
|
|
| // Used to retrieve the results of the initial run of a new version.
|
|
|