diff options
author | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 23:48:42 +0000 |
---|---|---|
committer | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 23:48:42 +0000 |
commit | 5cfc09427e1ee9c3d9773214db4e6d6f92a34085 (patch) | |
tree | d098ffc3b86aeda4622833e6a20e97dc30ec9e63 /chromeos/disks | |
parent | 0054e027d8a116598ccbfce520733110d8965fc7 (diff) | |
download | chromium_src-5cfc09427e1ee9c3d9773214db4e6d6f92a34085.zip chromium_src-5cfc09427e1ee9c3d9773214db4e6d6f92a34085.tar.gz chromium_src-5cfc09427e1ee9c3d9773214db4e6d6f92a34085.tar.bz2 |
Rename RemovableDeviceNotifications=>StorageMonitor
Renamed classes and updated some variable names.
BUG=NONE
TBR=thestig@chromium.org,davemoore@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12382005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186030 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/disks')
-rw-r--r-- | chromeos/disks/mock_disk_mount_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/disks/mock_disk_mount_manager.h b/chromeos/disks/mock_disk_mount_manager.h index 1b13c47..b31783c 100644 --- a/chromeos/disks/mock_disk_mount_manager.h +++ b/chromeos/disks/mock_disk_mount_manager.h @@ -50,7 +50,7 @@ class MockDiskMountManager : public DiskMountManager { void SetupDefaultReplies(); // Creates a fake disk entry for the mounted device. This function is - // primarily for RemovableDeviceNotificationsTest. + // primarily for StorageMonitorTest. void CreateDiskEntryForMountDevice( const DiskMountManager::MountPointInfo& mount_info, const std::string& device_id, @@ -61,7 +61,7 @@ class MockDiskMountManager : public DiskMountManager { uint64 total_size_in_bytes); // Removes the fake disk entry associated with the mounted device. This - // function is primarily for RemovableDeviceNotificationsTest. + // function is primarily for StorageMonitorTest. void RemoveDiskEntryForMountDevice( const DiskMountManager::MountPointInfo& mount_info); |