Index: content/browser/background_sync/background_sync_registration_options.h |
diff --git a/content/browser/background_sync/background_sync_registration_options.h b/content/browser/background_sync/background_sync_registration_options.h |
index 133c9f6b31ef070583532317d6412aaeb0471c66..9dcb8d9f4ba958b9c700f9e1b413ce973595852f 100644 |
--- a/content/browser/background_sync/background_sync_registration_options.h |
+++ b/content/browser/background_sync/background_sync_registration_options.h |
@@ -15,6 +15,7 @@ namespace content { |
// The options passed to BackgroundSyncManager::Registration. |
struct CONTENT_EXPORT BackgroundSyncRegistrationOptions { |
+ BackgroundSyncRegistrationOptions(); |
bool Equals(const BackgroundSyncRegistrationOptions& other) const; |
std::string tag; |