#ifndef COMPONENTS_SECURITY_INTERSTITIALS_CONTENT_CONTENT_METRICS_HELPER_H_
#define COMPONENTS_SECURITY_INTERSTITIALS_CONTENT_CONTENT_METRICS_HELPER_H_
#include "components/captive_portal/core/buildflags.h"
#include "components/security_interstitials/core/metrics_helper.h"
#include "url/gurl.h"
namespace captive_portal {
class CaptivePortalService;
}
namespace history {
class HistoryService;
}
class CaptivePortalMetricsRecorder;
class ContentMetricsHelper : public security_interstitials::MetricsHelper { … };
#endif