chromium/chrome/browser/extensions/blocklist_state_fetcher_unittest.cc

// Copyright 2013 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/browser/extensions/blocklist_state_fetcher.h"

#include "base/functional/bind.h"
#include "base/run_loop.h"
#include "chrome/browser/extensions/test_blocklist_state_fetcher.h"
#include "chrome/common/safe_browsing/crx_info.pb.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace extensions {
namespace {

void Assign(BlocklistState* to, BlocklistState from) {}

}  // namespace

class BlocklistStateFetcherTest : public testing::Test {};

TEST_F(BlocklistStateFetcherTest, RequestBlocklistState) {}

TEST_F(BlocklistStateFetcherTest, RequestMultipleBlocklistStates) {}

}  // namespace extensions