#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;
class TestOnDeviceModelComponentStateManager { … };
}
#endif