#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_LOADER_MODULESCRIPT_INSTALLED_SERVICE_WORKER_MODULE_SCRIPT_FETCHER_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_LOADER_MODULESCRIPT_INSTALLED_SERVICE_WORKER_MODULE_SCRIPT_FETCHER_H_
#include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/loader/modulescript/module_script_fetcher.h"
namespace blink {
class WorkerGlobalScope;
class CORE_EXPORT InstalledServiceWorkerModuleScriptFetcher final
: public GarbageCollected<InstalledServiceWorkerModuleScriptFetcher>,
public ModuleScriptFetcher { … };
}
#endif