Index: content/browser/background_fetch/background_fetch_registration_id.cc |
diff --git a/content/browser/background_fetch/background_fetch_registration_id.cc b/content/browser/background_fetch/background_fetch_registration_id.cc |
index 46d6c67928a51a2ca0b82c054392680dfbe8a6de..24efe4eade5dc8772c950065f9bae95d224fbc58 100644 |
--- a/content/browser/background_fetch/background_fetch_registration_id.cc |
+++ b/content/browser/background_fetch/background_fetch_registration_id.cc |
@@ -15,6 +15,9 @@ BackgroundFetchRegistrationId::BackgroundFetchRegistrationId( |
tag_(tag) {} |
BackgroundFetchRegistrationId::BackgroundFetchRegistrationId( |
+ const BackgroundFetchRegistrationId& other) = default; |
+ |
+BackgroundFetchRegistrationId::BackgroundFetchRegistrationId( |
BackgroundFetchRegistrationId&& other) = default; |
BackgroundFetchRegistrationId::~BackgroundFetchRegistrationId() = default; |