chromium/chrome/common/safe_browsing/download_type_util_unittest.cc

// Copyright 2015 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 "base/feature_list.h"
#include "base/files/file_path.h"
#include "components/safe_browsing/core/common/features.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace safe_browsing {
namespace download_type_util {

TEST(DownloadProtectionUtilTest, KnownValues) {}

}  // namespace download_type_util
}  // namespace safe_browsing