| Index: base/system_monitor/system_monitor.h
|
| diff --git a/base/system_monitor/system_monitor.h b/base/system_monitor/system_monitor.h
|
| index e05df742109a1f54f3f9cc51a04b72eb5ac1deff..5f4d42d840ca4f50a788ad448705af53c5f55e2b 100644
|
| --- a/base/system_monitor/system_monitor.h
|
| +++ b/base/system_monitor/system_monitor.h
|
| @@ -64,16 +64,11 @@ class BASE_EXPORT SystemMonitor {
|
| TYPE_MTP, // (W)string to locate a MTP device, e.g. its usb bus/port.
|
| };
|
|
|
| - struct MediaDeviceInfo {
|
| + struct BASE_EXPORT MediaDeviceInfo {
|
| MediaDeviceInfo(const std::string& id,
|
| const string16& device_name,
|
| MediaDeviceType device_type,
|
| - const FilePath::StringType& device_location)
|
| - : unique_id(id),
|
| - name(device_name),
|
| - type(device_type),
|
| - location(device_location) {
|
| - }
|
| + const FilePath::StringType& device_location);
|
|
|
| // Unique media device id - persists between device attachments.
|
| std::string unique_id;
|
|
|