#ifndef COMPONENTS_WEBAPPS_BROWSER_TEST_SERVICE_WORKER_REGISTRATION_WAITER_H_
#define COMPONENTS_WEBAPPS_BROWSER_TEST_SERVICE_WORKER_REGISTRATION_WAITER_H_
#include "base/location.h"
#include "base/memory/raw_ptr.h"
#include "base/run_loop.h"
#include "content/public/browser/service_worker_context_observer.h"
#include "url/gurl.h"
namespace content {
class BrowserContext;
class ServiceWorkerContext;
class StoragePartition;
}
namespace web_app {
class ServiceWorkerRegistrationWaiter
: public content::ServiceWorkerContextObserver { … };
}
#endif