// Copyright 2016 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/browsing_data/core/pref_names.h" #include "base/values.h" #include "build/build_config.h" #include "components/pref_registry/pref_registry_syncable.h" namespace browsing_data::prefs { void RegisterBrowserUserPrefs(user_prefs::PrefRegistrySyncable* registry) { … } } // namespace browsing_data::prefs