#ifndef CONTENT_BROWSER_BROWSING_TOPICS_BROWSING_TOPICS_DOCUMENT_HOST_H_
#define CONTENT_BROWSER_BROWSING_TOPICS_BROWSING_TOPICS_DOCUMENT_HOST_H_
#include "content/common/content_export.h"
#include "content/public/browser/document_service.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "third_party/blink/public/mojom/browsing_topics/browsing_topics.mojom.h"
namespace content {
class RenderFrameHost;
class CONTENT_EXPORT BrowsingTopicsDocumentHost final
: public DocumentService<blink::mojom::BrowsingTopicsDocumentService> { … };
}
#endif