chromium/components/webapps/browser/test/service_worker_registration_waiter.h

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

#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 content

namespace web_app {

class ServiceWorkerRegistrationWaiter
    : public content::ServiceWorkerContextObserver {};

}  // namespace web_app

#endif  // COMPONENTS_WEBAPPS_BROWSER_TEST_SERVICE_WORKER_REGISTRATION_WAITER_H_