| Index: content/common/media/media_devices.h
|
| diff --git a/content/common/media/media_devices.h b/content/common/media/media_devices.h
|
| index 39255d151a8808a5542cb59d8a697ff8dd734086..fd8d04e856d9e76f93512ca80a5152d19027e4f9 100644
|
| --- a/content/common/media/media_devices.h
|
| +++ b/content/common/media/media_devices.h
|
| @@ -18,6 +18,7 @@ enum MediaDeviceType {
|
| };
|
|
|
| struct MediaDeviceInfo {
|
| + MediaDeviceInfo() = default;
|
| MediaDeviceInfo(const std::string& device_id,
|
| const std::string& label,
|
| const std::string& group_id);
|
|
|