#ifndef COMPONENTS_SAFE_BROWSING_CONTENT_BROWSER_SAFE_BROWSING_CONTROLLER_CLIENT_H_
#define COMPONENTS_SAFE_BROWSING_CONTENT_BROWSER_SAFE_BROWSING_CONTROLLER_CLIENT_H_
#include "components/security_interstitials/content/security_interstitial_controller_client.h"
namespace content {
class WebContents;
}
namespace security_interstitials {
class MetricsHelper;
class SettingsPageHelper;
}
class PrefService;
namespace safe_browsing {
class SafeBrowsingControllerClient
: public security_interstitials::SecurityInterstitialControllerClient { … };
}
#endif