// 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. #ifndef COMPONENTS_SHARING_MESSAGE_SHARING_TARGET_DEVICE_INFO_H_ #define COMPONENTS_SHARING_MESSAGE_SHARING_TARGET_DEVICE_INFO_H_ #include "base/time/time.h" #include "components/sync_device_info/device_info.h" enum class SharingDevicePlatform; // A class that holds information regarding the properties of a device. class SharingTargetDeviceInfo { … }; #endif // COMPONENTS_SHARING_MESSAGE_SHARING_TARGET_DEVICE_INFO_H_