#ifndef CONTENT_BROWSER_BACKGROUND_SYNC_BACKGROUND_SYNC_REGISTRATION_HELPER_H_
#define CONTENT_BROWSER_BACKGROUND_SYNC_BACKGROUND_SYNC_REGISTRATION_HELPER_H_
#include <vector>
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "content/browser/background_sync/background_sync_status.h"
#include "content/public/browser/background_sync_registration.h"
#include "third_party/blink/public/mojom/background_sync/background_sync.mojom.h"
namespace url {
class Origin;
}
namespace content {
class BackgroundSyncContextImpl;
class RenderProcessHost;
class BackgroundSyncRegistrationHelper { … };
}
#endif