chromium/chrome/browser/extensions/service_worker_apitest.h

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_EXTENSIONS_SERVICE_WORKER_APITEST_H_
#define CHROME_BROWSER_EXTENSIONS_SERVICE_WORKER_APITEST_H_

#include "chrome/browser/extensions/extension_apitest.h"
#include "chrome/browser/profiles/profile.h"
#include "content/public/common/page_type.h"
#include "extensions/browser/process_manager.h"

class GURL;

namespace blink {
class StorageKey;
}  // namespace blink

namespace content {
class WebContents;
}  // namespace content

namespace extensions {

class ServiceWorkerTest : public ExtensionApiTest {};

class ServiceWorkerBasedBackgroundTest : public ServiceWorkerTest {};

}  // namespace extensions

#endif  // CHROME_BROWSER_EXTENSIONS_SERVICE_WORKER_APITEST_H_