#ifndef COMPONENTS_SYNC_SERVICE_SYNC_USER_SETTINGS_H_
#define COMPONENTS_SYNC_SERVICE_SYNC_USER_SETTINGS_H_
#include <memory>
#include <string>
#include <vector>
#include "base/time/time.h"
#include "build/chromeos_buildflags.h"
#include "components/signin/public/base/gaia_id_hash.h"
#include "components/sync/base/data_type.h"
#include "components/sync/base/passphrase_enums.h"
#include "components/sync/base/user_selectable_type.h"
namespace syncer {
class Nigori;
#if !BUILDFLAG(IS_CHROMEOS_ASH)
enum class SyncFirstSetupCompleteSource { … };
#endif
class SyncUserSettings { … };
}
#endif