#ifndef CONTENT_BROWSER_CLOSEWATCHER_CLOSE_LISTENER_HOST_H_
#define CONTENT_BROWSER_CLOSEWATCHER_CLOSE_LISTENER_HOST_H_
#include "content/common/content_export.h"
#include "content/public/browser/document_user_data.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "third_party/blink/public/mojom/close_watcher/close_listener.mojom.h"
namespace content {
class CloseListenerManager;
class RenderFrameHost;
class CONTENT_EXPORT CloseListenerHost
: public DocumentUserData<CloseListenerHost> { … };
}
#endif