| Index: chrome/browser/storage_monitor/volume_mount_watcher_win.h
|
| diff --git a/chrome/browser/storage_monitor/volume_mount_watcher_win.h b/chrome/browser/storage_monitor/volume_mount_watcher_win.h
|
| index d05738386c7aa5f2fdadf9a57f1c7e4b0f225f66..e38f88ca19662788299c8b83fbb82655d1cad44e 100644
|
| --- a/chrome/browser/storage_monitor/volume_mount_watcher_win.h
|
| +++ b/chrome/browser/storage_monitor/volume_mount_watcher_win.h
|
| @@ -100,7 +100,7 @@ class VolumeMountWatcherWin {
|
|
|
| // Key: Mass storage device mount point.
|
| // Value: Mass storage device metadata.
|
| - typedef std::map<string16, StorageInfo> MountPointDeviceMetadataMap;
|
| + typedef std::map<base::FilePath, StorageInfo> MountPointDeviceMetadataMap;
|
|
|
| // Maintain a set of device attribute check calls in-flight. Only accessed
|
| // on the UI thread. This is to try and prevent the same device from
|
|
|