chromium/components/performance_manager/execution_context_priority/execution_context_priority_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/performance_manager/public/execution_context_priority/execution_context_priority.h"

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

namespace performance_manager {
namespace execution_context_priority {

namespace {

static const char kReason1[] =;
static const char kReason2[] =;
static const char kReason3[] =;  // Equal to kReason1 on purpose!

}  // namespace

TEST(ExecutionContextPriorityTest, ReasonCompare) {}

TEST(ExecutionContextPriorityTest, PriorityAndReason) {}

}  // namespace execution_context_priority
}  // namespace performance_manager