#ifndef CHROME_BROWSER_SAFE_BROWSING_EXTENSION_TELEMETRY_EXTENSION_WEB_REQUEST_REPORTER_IMPL_H_
#define CHROME_BROWSER_SAFE_BROWSING_EXTENSION_TELEMETRY_EXTENSION_WEB_REQUEST_REPORTER_IMPL_H_
#include "base/supports_user_data.h"
#include "chrome/browser/profiles/profile.h"
#include "components/safe_browsing/content/common/safe_browsing.mojom.h"
#include "content/public/browser/render_process_host.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
namespace safe_browsing {
class ExtensionWebRequestReporterImpl
: public mojom::ExtensionWebRequestReporter,
public base::SupportsUserData::Data { … };
}
#endif