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 c334cc5b7a7106a747f33d0e369e7e98041fa5e2..18156b0d4ea03193ead71dcfbeca3efedf17b477 100644 |
--- a/content/browser/background_fetch/background_fetch_registration_id.cc |
+++ b/content/browser/background_fetch/background_fetch_registration_id.cc |
@@ -20,6 +20,9 @@ BackgroundFetchRegistrationId::BackgroundFetchRegistrationId( |
tag_(tag) {} |
BackgroundFetchRegistrationId::BackgroundFetchRegistrationId( |
+ const BackgroundFetchRegistrationId& other) = default; |
+ |
+BackgroundFetchRegistrationId::BackgroundFetchRegistrationId( |
BackgroundFetchRegistrationId&& other) = default; |
BackgroundFetchRegistrationId::~BackgroundFetchRegistrationId() = default; |