chromium/components/safe_browsing/content/browser/client_side_detection_feature_cache.cc

// Copyright 2023 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/client_side_detection_feature_cache.h"

#include "base/check_op.h"
#include "components/safe_browsing/core/common/proto/csd.pb.h"
#include "content/public/browser/web_contents_user_data.h"

WebContents;

safe_browsing  // namespace safe_browsing