| Index: content/browser/background_fetch/background_fetch_job_info.cc
|
| diff --git a/content/browser/background_fetch/background_fetch_job_info.cc b/content/browser/background_fetch/background_fetch_job_info.cc
|
| index fa74413e7bc7aba3cd0bc5517fcb249bc6880804..5539fcfacbdc0ee1ac832fa6bd118c7c5f766a6c 100644
|
| --- a/content/browser/background_fetch/background_fetch_job_info.cc
|
| +++ b/content/browser/background_fetch/background_fetch_job_info.cc
|
| @@ -19,14 +19,6 @@ BackgroundFetchJobInfo::BackgroundFetchJobInfo(
|
|
|
| BackgroundFetchJobInfo::BackgroundFetchJobInfo() = default;
|
|
|
| -BackgroundFetchJobInfo::BackgroundFetchJobInfo(
|
| - const BackgroundFetchJobInfo& other)
|
| - : guid_(other.guid_),
|
| - tag_(other.tag_),
|
| - origin_(other.origin_),
|
| - service_worker_registration_id_(other.service_worker_registration_id_),
|
| - request_guids_(other.request_guids_) {}
|
| -
|
| BackgroundFetchJobInfo::~BackgroundFetchJobInfo() = default;
|
|
|
| } // namespace content
|
|
|