#ifndef COMPONENTS_SYNC_SERVICE_SYNC_PREFS_H_
#define COMPONENTS_SYNC_SERVICE_SYNC_PREFS_H_
#include <optional>
#include <string>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "base/observer_list.h"
#include "base/sequence_checker.h"
#include "build/build_config.h"
#include "build/chromeos_buildflags.h"
#include "components/prefs/pref_change_registrar.h"
#include "components/prefs/pref_member.h"
#include "components/sync/base/passphrase_enums.h"
#include "components/sync/base/user_selectable_type.h"
class PrefRegistrySimple;
class PrefService;
class PrefValueMap;
namespace signin {
class GaiaIdHash;
}
namespace sync_pb {
class TrustedVaultAutoUpgradeExperimentGroup;
}
namespace syncer {
class SyncPrefObserver { … };
class SyncPrefs { … };
}
#endif