// 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 "chrome/common/safe_browsing/download_type_util.h" #include <algorithm> #include "base/feature_list.h" #include "base/files/file_path.h" #include "base/strings/string_util.h" #include "components/safe_browsing/content/common/file_type_policies.h" #include "components/safe_browsing/core/common/features.h" namespace safe_browsing { namespace download_type_util { ClientDownloadRequest::DownloadType GetDownloadType( const base::FilePath& file) { … } } // namespace download_type_util } // namespace safe_browsing