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 11214ae5f6c7a570fa6ca42e584379d14fd2f123..79f7773350db9c3d0978eca0c68e10a710082d96 100644 |
--- a/chrome/browser/chromeos/drive/drive_file_system.cc |
+++ b/chrome/browser/chromeos/drive/drive_file_system.cc |
@@ -1017,7 +1017,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::MoveEntryFromRootDirectory( |