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

Unified Diff: chrome/browser/chromeos/drive/drive_file_system.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/drive_file_system.h
diff --git a/chrome/browser/chromeos/drive/drive_file_system.h b/chrome/browser/chromeos/drive/drive_file_system.h
index e04b275265683b4f3e97aa14aeb005bc45ee1bcf..00781db1411c26953d5907d5e09544ed6559e68a 100644
--- a/chrome/browser/chromeos/drive/drive_file_system.h
+++ b/chrome/browser/chromeos/drive/drive_file_system.h
@@ -38,9 +38,9 @@ class ChangeList;
class ChangeListLoader;
class DriveCacheEntry;
class DriveResourceMetadata;
-class DriveScheduler;
class DriveWebAppsRegistry;
class FileSystemObserver;
+class JobScheduler;
// The production implementation of DriveFileSystemInterface.
class DriveFileSystem : public DriveFileSystemInterface,
@@ -50,7 +50,7 @@ class DriveFileSystem : public DriveFileSystemInterface,
DriveFileSystem(Profile* profile,
DriveCache* cache,
google_apis::DriveServiceInterface* drive_service,
- DriveScheduler* scheduler,
+ JobScheduler* scheduler,
DriveWebAppsRegistry* webapps_registry,
DriveResourceMetadata* resource_metadata,
base::SequencedTaskRunner* blocking_task_runner);
@@ -476,7 +476,7 @@ class DriveFileSystem : public DriveFileSystemInterface,
// Sub components owned by DriveSystemService.
DriveCache* cache_;
google_apis::DriveServiceInterface* drive_service_;
- DriveScheduler* scheduler_;
+ JobScheduler* scheduler_;
DriveWebAppsRegistry* webapps_registry_;
DriveResourceMetadata* resource_metadata_;
« no previous file with comments | « chrome/browser/chromeos/drive/change_list_loader.cc ('k') | chrome/browser/chromeos/drive/drive_file_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698