| Index: content/browser/background_sync/background_sync_registration.cc
|
| diff --git a/content/browser/background_sync/background_sync_registration.cc b/content/browser/background_sync/background_sync_registration.cc
|
| index b9b42ddea25549ec282e3bb4d766ba6db780e49c..003fa2c3157f0d5991b9e1b6209d69b3b42b80a1 100644
|
| --- a/content/browser/background_sync/background_sync_registration.cc
|
| +++ b/content/browser/background_sync/background_sync_registration.cc
|
| @@ -18,9 +18,6 @@ const BackgroundSyncRegistration::RegistrationId
|
| const BackgroundSyncRegistration::RegistrationId
|
| BackgroundSyncRegistration::kInitialId = 0;
|
|
|
| -BackgroundSyncRegistration::BackgroundSyncRegistration() = default;
|
| -BackgroundSyncRegistration::~BackgroundSyncRegistration() = default;
|
| -
|
| bool BackgroundSyncRegistration::Equals(
|
| const BackgroundSyncRegistration& other) const {
|
| return options_.Equals(other.options_);
|
|
|