Index: chrome/browser/chromeos/drive/drive_file_system_interface.h |
diff --git a/chrome/browser/chromeos/drive/drive_file_system_interface.h b/chrome/browser/chromeos/drive/drive_file_system_interface.h |
index 98ca5877f10c13b5ca131cb38c74baba617a4094..2099688ecef7a7e1267ce81506041a04de4faaa9 100644 |
--- a/chrome/browser/chromeos/drive/drive_file_system_interface.h |
+++ b/chrome/browser/chromeos/drive/drive_file_system_interface.h |
@@ -336,7 +336,7 @@ class DriveFileSystemInterface { |
// GetEntryInfoByResourceId. |
// The currently the running task is identified by file path on drive, |
// so this method takes it as a task identifier. |
- // Note that we will moving tha task managing into DriveScheduler, and |
+ // Note that we will moving tha task managing into JobScheduler, and |
// currently it is planned to use some task ID at that time. |
// Once it is done, we can use the ID from this method. |
// Also note that the interface looks a little bit weird because the task |