chromium/components/optimization_guide/core/model_execution/test/test_on_device_model_component_state_manager.h

// Copyright 2023 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_OPTIMIZATION_GUIDE_CORE_MODEL_EXECUTION_TEST_TEST_ON_DEVICE_MODEL_COMPONENT_STATE_MANAGER_H_
#define COMPONENTS_OPTIMIZATION_GUIDE_CORE_MODEL_EXECUTION_TEST_TEST_ON_DEVICE_MODEL_COMPONENT_STATE_MANAGER_H_

#include "base/memory/scoped_refptr.h"
#include "components/optimization_guide/core/model_execution/on_device_model_component.h"

class PrefService;

namespace base {
class FilePath;
}

namespace optimization_guide {

class FakeOnDeviceModelComponentStateManagerDelegate;

// Provides scoped creation and destruction of
// OnDeviceModelComponentStateManager. Checks to make sure only one instance is
// used at a time.
class TestOnDeviceModelComponentStateManager {};

}  // namespace optimization_guide

#endif  // COMPONENTS_OPTIMIZATION_GUIDE_CORE_MODEL_EXECUTION_TEST_TEST_ON_DEVICE_MODEL_COMPONENT_STATE_MANAGER_H_