#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_BACKGROUND_FETCH_BACKGROUND_FETCH_MOJOM_TEST_UTILS_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_BACKGROUND_FETCH_BACKGROUND_FETCH_MOJOM_TEST_UTILS_H_
#include "third_party/blink/public/mojom/background_fetch/background_fetch.mojom.h"
#include "third_party/blink/public/common/common_export.h"
namespace blink::mojom {
class BLINK_COMMON_EXPORT BackgroundFetchRegistrationObserverInterceptorForTesting : public BackgroundFetchRegistrationObserver { … };
class BLINK_COMMON_EXPORT BackgroundFetchRegistrationObserverAsyncWaiter { … };
class BLINK_COMMON_EXPORT BackgroundFetchServiceInterceptorForTesting : public BackgroundFetchService { … };
class BLINK_COMMON_EXPORT BackgroundFetchServiceAsyncWaiter { … };
class BLINK_COMMON_EXPORT BackgroundFetchRegistrationServiceInterceptorForTesting : public BackgroundFetchRegistrationService { … };
class BLINK_COMMON_EXPORT BackgroundFetchRegistrationServiceAsyncWaiter { … };
}
#endif