| Index: chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_linux.cc b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| index c6b56de239b305b69fe641893471c719c515e05f..a83fec80a2b5e28d4e5d454c9822d2836bdec318 100644
|
| --- a/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
| @@ -231,9 +231,6 @@ void GetDeviceInfo(const FilePath& device_path, std::string* unique_id,
|
|
|
| } // namespace
|
|
|
| -RemovableDeviceNotificationsLinux::MountPointInfo::MountPointInfo() {
|
| -}
|
| -
|
| RemovableDeviceNotificationsLinux::RemovableDeviceNotificationsLinux(
|
| const FilePath& path)
|
| : initialized_(false),
|
|
|