// 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 "components/user_prefs/test/test_browser_context_with_prefs.h" #include "components/user_prefs/user_prefs.h" namespace user_prefs { TestBrowserContextWithPrefs::TestBrowserContextWithPrefs() : … { … } TestBrowserContextWithPrefs::~TestBrowserContextWithPrefs() { … } } // namespace user_prefs