// 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/core/common/scheme_logger.h" #include <map> #include "base/metrics/histogram_functions.h" #include "base/no_destructor.h" namespace { UrlScheme; const std::map<std::string, UrlScheme>& GetSchemeOptions() { … } } // namespace namespace safe_browsing::scheme_logger { void LogScheme(const GURL& url, const std::string& enum_histogram_name) { … } } // namespace safe_browsing::scheme_logger