chromium/components/optimization_guide/core/feature_registry/enterprise_policy_registry_unittest.cc

// Copyright 2024 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/optimization_guide/core/feature_registry/enterprise_policy_registry.h"

#include "components/optimization_guide/core/model_execution/model_execution_prefs.h"
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/testing_pref_service.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace optimization_guide {

ModelExecutionEnterprisePolicyValue;

class EnterprisePolicyRegistryTest : public testing::Test {};

TEST_F(EnterprisePolicyRegistryTest, Register) {}

TEST_F(EnterprisePolicyRegistryTest, GetValue) {}

}  // namespace optimization_guide