chromium/components/performance_manager/voting/optional_voting_channel_unittest.cc

// Copyright 2024 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/performance_manager/public/voting/optional_voting_channel.h"

#include "components/performance_manager/test_support/voting.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace performance_manager {

namespace {

TestVote;
TestVotingChannel;
TestVotingChannelFactory;
TestOptionalVotingChannel;

DummyVoteObserver;

// Some dummy contexts.
const void* kDummyContext1 =;

static const char kReason[] =;

}  // namespace

TEST(OptionalVotingChannelTest, UpstreamingWorks) {}

TEST(OptionalVotingChannelTest, OptionalVoteNotUpstreamed) {}

}  // namespace performance_manager