#ifndef COMPONENTS_SHARING_MESSAGE_SHARING_SYNC_PREFERENCE_H_
#define COMPONENTS_SHARING_MESSAGE_SHARING_SYNC_PREFERENCE_H_
#include <stdint.h>
#include <map>
#include <optional>
#include <set>
#include <string>
#include <vector>
#include "base/memory/raw_ptr.h"
#include "base/time/time.h"
#include "components/prefs/pref_change_registrar.h"
#include "components/sync_device_info/device_info.h"
namespace syncer {
class DeviceInfoSyncService;
class LocalDeviceInfoProvider;
}
namespace user_prefs {
class PrefRegistrySyncable;
}
class PrefService;
enum class SharingDevicePlatform;
class SharingSyncPreference { … };
#endif