chromium/chrome/browser/safe_browsing/chrome_controller_client.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_SAFE_BROWSING_CHROME_CONTROLLER_CLIENT_H_
#define CHROME_BROWSER_SAFE_BROWSING_CHROME_CONTROLLER_CLIENT_H_

#include "components/safe_browsing/content/browser/safe_browsing_controller_client.h"

namespace content {
class WebContents;
}

namespace security_interstitials {
class SettingsPageHelper;
}

class PrefService;

// Provides embedder-specific logic for the Safe Browsing interstitial page
// controller.
class ChromeControllerClient
    : public safe_browsing::SafeBrowsingControllerClient {};

#endif  // CHROME_BROWSER_SAFE_BROWSING_CHROME_CONTROLLER_CLIENT_H_