#ifndef CONTENT_PUBLIC_BROWSER_SHARED_WORKER_SERVICE_H_
#define CONTENT_PUBLIC_BROWSER_SHARED_WORKER_SERVICE_H_
#include <string>
#include "base/observer_list_types.h"
#include "content/common/content_export.h"
#include "content/public/browser/global_routing_id.h"
#include "third_party/blink/public/common/tokens/tokens.h"
#include "third_party/blink/public/mojom/worker/shared_worker_info.mojom.h"
class GURL;
namespace base {
class UnguessableToken;
}
namespace blink {
class StorageKey;
}
namespace url {
class Origin;
}
namespace content {
class CONTENT_EXPORT SharedWorkerService { … };
}
#endif