Index: chrome/browser/chromeos/drive/drive_file_system.cc |
diff --git a/chrome/browser/chromeos/drive/drive_file_system.cc b/chrome/browser/chromeos/drive/drive_file_system.cc |
index 86e1e4cf68d38758af40482479ff9617681db238..d31d5edece8c02fda3bba2a8413c31f294f41fb1 100644 |
--- a/chrome/browser/chromeos/drive/drive_file_system.cc |
+++ b/chrome/browser/chromeos/drive/drive_file_system.cc |
@@ -607,7 +607,7 @@ void DriveFileSystem::Move(const FilePath& src_file_path, |
void DriveFileSystem::MoveOnUIThread(const FilePath& src_file_path, |
const FilePath& dest_file_path, |
const FileOperationCallback& callback) { |
- drive_operations_.Move(src_file_path, dest_file_path, callback); |
+ scheduler_->Move(src_file_path, dest_file_path, callback); |
} |
void DriveFileSystem::Remove(const FilePath& file_path, |