Index: chrome/browser/chromeos/drive/drive_system_service.h |
diff --git a/chrome/browser/chromeos/drive/drive_system_service.h b/chrome/browser/chromeos/drive/drive_system_service.h |
index 1ec6481131d60f0b623abadd4a3b417182cece6e..f953088e9b06ecfbf2f064a2097fca7a8101e6d1 100644 |
--- a/chrome/browser/chromeos/drive/drive_system_service.h |
+++ b/chrome/browser/chromeos/drive/drive_system_service.h |
@@ -14,8 +14,8 @@ |
#include "base/observer_list.h" |
#include "base/threading/sequenced_worker_pool.h" |
#include "chrome/browser/chromeos/drive/drive_file_system_util.h" |
-#include "chrome/browser/chromeos/drive/drive_scheduler.h" |
#include "chrome/browser/chromeos/drive/file_errors.h" |
+#include "chrome/browser/chromeos/drive/job_scheduler.h" |
#include "chrome/browser/profiles/profile_keyed_service.h" |
#include "chrome/browser/profiles/profile_keyed_service_factory.h" |
#include "sync/notifier/invalidation_handler.h" |
@@ -163,7 +163,7 @@ class DriveSystemService : public ProfileKeyedService, |
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_; |
scoped_ptr<DriveCache, util::DestroyHelper> cache_; |
scoped_ptr<google_apis::DriveServiceInterface> drive_service_; |
- scoped_ptr<DriveScheduler> scheduler_; |
+ scoped_ptr<JobScheduler> scheduler_; |
scoped_ptr<DriveWebAppsRegistry> webapps_registry_; |
scoped_ptr<DriveResourceMetadata, util::DestroyHelper> resource_metadata_; |
scoped_ptr<DriveFileSystemInterface> file_system_; |