// 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 "chrome/browser/accessibility/prefers_default_scrollbar_styles_prefs.h" #include "chrome/common/pref_names.h" #include "components/pref_registry/pref_registry_syncable.h" void RegisterPrefersDefaultScrollbarStylesPrefs( user_prefs::PrefRegistrySyncable* registry) { … }