Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3310)

Unified Diff: chrome/browser/storage_monitor/storage_monitor_win.h

Issue 16056002: Cleanup Various bits of Windows StorageMonitor classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/storage_monitor/storage_monitor_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/storage_monitor/storage_monitor_win.h
===================================================================
--- chrome/browser/storage_monitor/storage_monitor_win.h (revision 203027)
+++ chrome/browser/storage_monitor/storage_monitor_win.h (working copy)
@@ -39,8 +39,8 @@
StorageInfo* device_info) const OVERRIDE;
virtual bool GetMTPStorageInfoFromDeviceId(
const std::string& storage_device_id,
- string16* device_location,
- string16* storage_object_id) const OVERRIDE;
+ base::string16* device_location,
+ base::string16* storage_object_id) const OVERRIDE;
virtual void EjectDevice(
const std::string& device_id,
@@ -57,8 +57,7 @@
PortableDeviceWatcherWin* portable_device_watcher);
// Gets the removable storage information given a |device_path|. On success,
- // returns true and fills in |device_location|, |unique_id|, |name| and
- // |removable|, and |total_size_in_bytes|.
+ // returns true and fills in |info|.
bool GetDeviceInfo(const base::FilePath& device_path,
StorageInfo* info) const;
« no previous file with comments | « no previous file | chrome/browser/storage_monitor/storage_monitor_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698