#include "components/performance_manager/execution_context_priority/root_vote_observer.h"
#include "components/performance_manager/graph/frame_node_impl.h"
#include "components/performance_manager/public/execution_context/execution_context.h"
#include "components/performance_manager/test_support/graph_test_harness.h"
#include "components/performance_manager/test_support/mock_graphs.h"
#include "components/performance_manager/test_support/voting.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace performance_manager {
namespace execution_context_priority {
namespace {
_;
static const char kReason[] = …;
class LenientMockFrameNodeObserver : public FrameNode::ObserverDefaultImpl { … };
MockFrameNodeObserver;
RootVoteObserverTest;
}
TEST_F(RootVoteObserverTest, VotesForwardedToGraph) { … }
}
}