Index: chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.cc |
=================================================================== |
--- chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.cc (revision 218837) |
+++ chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.cc (working copy) |
@@ -187,8 +187,8 @@ |
DCHECK(!ContainsKey(storage_map_, location)); |
- StorageInfo storage_info(device_id, device_name, location, device_name, |
- string16(), string16(), 0); |
+ StorageInfo storage_info(device_id, location, device_name, |
+ base::string16(), base::string16(), 0); |
storage_map_[location] = storage_info; |
notifications_->ProcessAttach(storage_info); |
} else { |