// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/safe_browsing/content/browser/safe_browsing_tab_observer.h" #include "base/functional/bind.h" #include "components/prefs/pref_service.h" #include "components/safe_browsing/buildflags.h" #include "content/public/browser/web_contents.h" #if BUILDFLAG(SAFE_BROWSING_AVAILABLE) #include "components/safe_browsing/content/browser/client_side_detection_host.h" #include "components/safe_browsing/content/browser/client_side_detection_service.h" #endif safe_browsing // namespace safe_browsing