Index: chrome/browser/chromeos/drive/file_system/drive_operations.h |
diff --git a/chrome/browser/chromeos/drive/file_system/drive_operations.h b/chrome/browser/chromeos/drive/file_system/drive_operations.h |
index 0b5ff5b7fb84daabe5741ed5aaa1bf0ea9b11295..cd830e1a542d8c0d1356c766b0b93fb1932a9de5 100644 |
--- a/chrome/browser/chromeos/drive/file_system/drive_operations.h |
+++ b/chrome/browser/chromeos/drive/file_system/drive_operations.h |
@@ -18,7 +18,7 @@ namespace drive { |
class DriveCache; |
class DriveFileSystemInterface; |
-class DriveScheduler; |
+class JobScheduler; |
namespace file_system { |
@@ -36,7 +36,7 @@ class DriveOperations { |
~DriveOperations(); |
// Allocates the operation objects and initializes the operation pointers. |
- void Init(DriveScheduler* drive_scheduler, |
+ void Init(JobScheduler* job_scheduler, |
DriveFileSystemInterface* drive_file_system, |
DriveCache* cache, |
DriveResourceMetadata* metadata, |