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 427580a4174186c7ee6147f44865fe28001a7015..25f9ae96bd973b9237e6a25af5ac8ff7354896b7 100644 |
--- a/content/browser/background_sync/background_sync_registration.cc |
+++ b/content/browser/background_sync/background_sync_registration.cc |
@@ -80,6 +80,7 @@ namespace content { |
// TODO(thakis): Remove this once http://crbug.com/488634 is fixed. |
BackgroundSyncRegistration::BackgroundSyncRegistration() = default; |
+BackgroundSyncRegistration::~BackgroundSyncRegistration() {} |
michaeln
2015/08/19 01:56:01
deletion has no semantic meaning
jkarlin
2015/08/19 12:47:06
Made default.
|
const BackgroundSyncRegistration::RegistrationId |
BackgroundSyncRegistration::kInvalidRegistrationId = -1; |