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 15cdfbf07d9af89f51b47804aa0dd981c68bd7c2..8ed0e613bf05d7b78646e1ff6e6f463b316a4ce6 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<base::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 |