Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1020)

Unified Diff: chrome/browser/chromeos/drive/file_system/drive_operations.h

Issue 14493009: drive: Rename DriveScheduler to JobScheduler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix indent Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698