chromium/components/safe_browsing/content/browser/safe_browsing_blocking_page_factory.h

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

#ifndef COMPONENTS_SAFE_BROWSING_CONTENT_BROWSER_SAFE_BROWSING_BLOCKING_PAGE_FACTORY_H_
#define COMPONENTS_SAFE_BROWSING_CONTENT_BROWSER_SAFE_BROWSING_BLOCKING_PAGE_FACTORY_H_

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

class GURL;

namespace content {
class WebContents;
}

namespace security_interstitials {
class SecurityInterstitialPage;
}

namespace safe_browsing {

class BaseUIManager;

// Factory for creating SafeBrowsingBlockingPage.
class SafeBrowsingBlockingPageFactory {};

}  // namespace safe_browsing

#endif  // COMPONENTS_SAFE_BROWSING_CONTENT_BROWSER_SAFE_BROWSING_BLOCKING_PAGE_FACTORY_H_