#ifndef CONTENT_BROWSER_PUSH_MESSAGING_PUSH_MESSAGING_ROUTER_H_
#define CONTENT_BROWSER_PUSH_MESSAGING_PUSH_MESSAGING_ROUTER_H_
#include <stdint.h>
#include <optional>
#include "base/functional/callback_forward.h"
#include "base/memory/scoped_refptr.h"
#include "third_party/blink/public/common/service_worker/service_worker_status_code.h"
#include "third_party/blink/public/mojom/push_messaging/push_messaging.mojom-forward.h"
#include "url/gurl.h"
namespace blink {
namespace mojom {
enum class PushEventStatus;
}
}
namespace content {
class BrowserContext;
class ServiceWorkerVersion;
class ServiceWorkerContextWrapper;
class PushMessagingRouter { … };
}
#endif