Index: chrome/browser/storage_monitor/storage_monitor_win.cc |
diff --git a/chrome/browser/storage_monitor/storage_monitor_win.cc b/chrome/browser/storage_monitor/storage_monitor_win.cc |
index beec36d7af1a6357c97446ac53978b7f3e46d28c..f20c71bab5b483543fd6190f8f9d76f6ff291e48 100644 |
--- a/chrome/browser/storage_monitor/storage_monitor_win.cc |
+++ b/chrome/browser/storage_monitor/storage_monitor_win.cc |
@@ -98,7 +98,6 @@ void StorageMonitorWin::EjectDevice( |
const std::string& device_id, |
base::Callback<void(EjectStatus)> callback) { |
StorageInfo::Type type; |
- |
if (!StorageInfo::CrackDeviceId(device_id, &type, NULL)) { |
callback.Run(EJECT_FAILURE); |
return; |