chromium/components/memory_pressure/memory_pressure_voter_unittest.cc

// Copyright 2019 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/memory_pressure/memory_pressure_voter.h"

#include <optional>

#include "base/functional/bind.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace memory_pressure {

namespace {

class TestDelegate
    : public memory_pressure::MemoryPressureVoteAggregator::Delegate {};

}  // namespace

TEST(MemoryPressureVoterTest, EvaluateVotes) {}

TEST(MemoryPressureVoterTest, OnVote) {}

TEST(MemoryPressureVoterTest, SetVote) {}

}  // namespace memory_pressure