// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_PREFS_CHROME_PREF_MODEL_ASSOCIATOR_CLIENT_H_ #define CHROME_BROWSER_PREFS_CHROME_PREF_MODEL_ASSOCIATOR_CLIENT_H_ #include <string_view> #include "chrome/browser/sync/prefs/chrome_syncable_prefs_database.h" #include "components/sync_preferences/pref_model_associator_client.h" class ChromePrefModelAssociatorClient : public sync_preferences::PrefModelAssociatorClient { … }; #endif // CHROME_BROWSER_PREFS_CHROME_PREF_MODEL_ASSOCIATOR_CLIENT_H_