| Index: chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_linux.h b/chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| index 96214697acfbe320e7373ad9f133e3d02ad84084..ee2ff83e81eaa96b5c77dd636073fa66b8c06c6c 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| @@ -78,8 +78,6 @@ class RemovableDeviceNotificationsLinux
|
| // Structure to save mounted device information such as device path and unique
|
| // identifier.
|
| struct MountPointInfo {
|
| - MountPointInfo();
|
| -
|
| FilePath mount_device;
|
| std::string device_id;
|
| string16 device_name;
|
|
|