chromium/chrome/browser/autocomplete/provider_state_service_factory_unittest.cc

// 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.

#include "chrome/browser/autocomplete/provider_state_service_factory.h"

#include "chrome/browser/profiles/profile_testing_helper.h"
#include "testing/gtest/include/gtest/gtest.h"

class ProviderStateServiceFactoryTest : public testing::Test {};

TEST_F(ProviderStateServiceFactoryTest, PrefEnabledReturnsValidService) {}