Index: chrome/browser/media_gallery/media_file_system_registry.h |
=================================================================== |
--- chrome/browser/media_gallery/media_file_system_registry.h (revision 147551) |
+++ chrome/browser/media_gallery/media_file_system_registry.h (working copy) |
@@ -47,8 +47,7 @@ |
const content::RenderProcessHost* rph); |
// base::SystemMonitor::DevicesChangedObserver implementation. |
- virtual void OnMediaDeviceDetached( |
- const base::SystemMonitor::DeviceIdType& id) OVERRIDE; |
+ virtual void OnMediaDeviceDetached(const std::string& id) OVERRIDE; |
// content::NotificationObserver implementation. |
virtual void Observe(int type, |
@@ -66,8 +65,7 @@ |
MediaPathToFSIDMap> ChildIdToMediaFSMap; |
// Mapping of device id to mount path. |
- typedef std::map<base::SystemMonitor::DeviceIdType, FilePath> |
- DeviceIdToMediaPathMap; |
+ typedef std::map<std::string, FilePath> DeviceIdToMediaPathMap; |
// Obtain an instance of this class via GetInstance(). |
MediaFileSystemRegistry(); |