#ifndef COMPONENTS_SAFE_BROWSING_CONTENT_BROWSER_BASE_UI_MANAGER_H_
#define COMPONENTS_SAFE_BROWSING_CONTENT_BROWSER_BASE_UI_MANAGER_H_
#include <memory>
#include <set>
#include <string>
#include <utility>
#include <vector>
#include "base/functional/callback_helpers.h"
#include "base/memory/ref_counted.h"
#include "components/safe_browsing/core/common/proto/csd.pb.h"
#include "components/security_interstitials/content/security_interstitial_page.h"
#include "components/security_interstitials/core/unsafe_resource.h"
#include "content/public/browser/navigation_handle.h"
class GURL;
namespace content {
class NavigationEntry;
class WebContents;
class BrowserContext;
}
namespace history {
class HistoryService;
}
namespace safe_browsing {
ThreatSeverity;
class BaseUIManager : public base::RefCountedThreadSafe<BaseUIManager> { … };
}
#endif