// Copyright 2020 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/extensions/api/settings_private/generated_pref_test_base.h" namespace extensions { namespace settings_private { void SetPrefFromSource(sync_preferences::TestingPrefServiceSyncable* prefs, const std::string& pref_name, settings_private::PrefSetting pref_setting, settings_private::PrefSource source) { … } void TestGeneratedPrefObserver::OnGeneratedPrefChanged( const std::string& pref_name) { … } } // namespace settings_private } // namespace extensions