| Index: chromeos/disks/mock_disk_mount_manager.h | 
| diff --git a/chromeos/disks/mock_disk_mount_manager.h b/chromeos/disks/mock_disk_mount_manager.h | 
| index 1b13c47e6fa9b3bb28ce15a930453f85a9af38e4..b31783ce41e06e0309b1bde58ca9e2e214b099c2 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); | 
|  | 
|  |