#ifndef CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_OFFLINE_CAPABILITY_CHECKER_H_
#define CONTENT_BROWSER_SERVICE_WORKER_SERVICE_WORKER_OFFLINE_CAPABILITY_CHECKER_H_
#include "content/browser/service_worker/service_worker_fetch_dispatcher.h"
#include "content/public/browser/service_worker_context.h"
#include "third_party/blink/public/common/service_worker/service_worker_status_code.h"
#include "third_party/blink/public/common/storage_key/storage_key.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_fetch_response_callback.mojom.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_stream_handle.mojom.h"
class GURL;
namespace content {
class ServiceWorkerRegistration;
class ServiceWorkerRegistry;
class ServiceWorkerVersion;
class ServiceWorkerOfflineCapabilityChecker { … };
}
#endif