| Index: content/browser/background_fetch/background_fetch_context.h
|
| diff --git a/content/browser/background_fetch/background_fetch_context.h b/content/browser/background_fetch/background_fetch_context.h
|
| index 029605661afe81519ebeb687578a7f0cf161ca54..2ed7e50f0e8a6375ef3037e01456c3ce36f13635 100644
|
| --- a/content/browser/background_fetch/background_fetch_context.h
|
| +++ b/content/browser/background_fetch/background_fetch_context.h
|
| @@ -55,7 +55,7 @@ class CONTENT_EXPORT BackgroundFetchContext
|
|
|
| ~BackgroundFetchContext();
|
|
|
| - void CreateRequest(const BackgroundFetchJobInfo& job_info,
|
| + void CreateRequest(std::unique_ptr<BackgroundFetchJobInfo> job_info,
|
| std::vector<BackgroundFetchRequestInfo>& request_infos);
|
|
|
| // Callback for the JobController when the job is complete.
|
|
|