#include "content/public/browser/service_worker_version_base_info.h"
namespace content {
ServiceWorkerVersionBaseInfo::ServiceWorkerVersionBaseInfo() = default;
ServiceWorkerVersionBaseInfo::ServiceWorkerVersionBaseInfo(
const GURL& scope,
const blink::StorageKey& storage_key,
int64_t registration_id,
int64_t version_id,
int process_id,
blink::mojom::AncestorFrameType ancestor_frame_type)
: … { … }
ServiceWorkerVersionBaseInfo::ServiceWorkerVersionBaseInfo(
const ServiceWorkerVersionBaseInfo& other) = default;
}