chromium/components/performance_manager/test_support/test_worker_node_factory.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_PERFORMANCE_MANAGER_TEST_SUPPORT_TEST_WORKER_NODE_FACTORY_H_
#define COMPONENTS_PERFORMANCE_MANAGER_TEST_SUPPORT_TEST_WORKER_NODE_FACTORY_H_

#include "base/memory/raw_ptr.h"
#include "components/performance_manager/test_support/graph_test_harness.h"

namespace performance_manager {

struct TestNodeWrapperComparator {};

// Simplifies the creation of worker nodes with clients for tests.
struct TestWorkerNodeFactory {};

}  // namespace performance_manager

#endif  // COMPONENTS_PERFORMANCE_MANAGER_TEST_SUPPORT_TEST_WORKER_NODE_FACTORY_H_