#ifndef THIRD_PARTY_BLINK_PUBLIC_MOJOM_NOTIFICATIONS_NOTIFICATION_SERVICE_MOJOM_BLINK_FORWARD_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_NOTIFICATIONS_NOTIFICATION_SERVICE_MOJOM_BLINK_FORWARD_H_
#include <stdint.h>
#include "mojo/public/cpp/bindings/deprecated_interface_types_forward.h"
namespace blink::mojom {
enum class PersistentNotificationError : int32_t;
class NonPersistentNotificationListenerInterfaceBase;
class NotificationServiceInterfaceBase;
}
namespace blink::mojom::blink {
PersistentNotificationError;
NonPersistentNotificationListenerInterfaceBase;
NotificationServiceInterfaceBase;
class NonPersistentNotificationListener;
class NotificationService;
}
#endif