#include "content/public/browser/background_sync_registration.h"
namespace content {
BackgroundSyncRegistration::BackgroundSyncRegistration() = default;
BackgroundSyncRegistration::BackgroundSyncRegistration(
const BackgroundSyncRegistration& other) = default;
BackgroundSyncRegistration& BackgroundSyncRegistration::operator=(
const BackgroundSyncRegistration& other) = default;
BackgroundSyncRegistration::~BackgroundSyncRegistration() = default;
bool BackgroundSyncRegistration::Equals(
const BackgroundSyncRegistration& other) const { … }
bool BackgroundSyncRegistration::IsFiring() const { … }
}