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

Unified Diff: chrome/browser/chromeos/drive/file_system/copy_operation.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/copy_operation.h
diff --git a/chrome/browser/chromeos/drive/file_system/copy_operation.h b/chrome/browser/chromeos/drive/file_system/copy_operation.h
index 902bff2bf2de1a9f7d0dc56ac3c438c68cfa5b40..2f20c7b9198f32b40baaf902711812b510aa2635 100644
--- a/chrome/browser/chromeos/drive/file_system/copy_operation.h
+++ b/chrome/browser/chromeos/drive/file_system/copy_operation.h
@@ -26,7 +26,7 @@ namespace drive {
class DriveEntryProto;
class DriveFileSystemInterface;
-class DriveScheduler;
+class JobScheduler;
namespace file_system {
@@ -38,7 +38,7 @@ class OperationObserver;
// metadata to reflect the new state.
class CopyOperation {
public:
- CopyOperation(DriveScheduler* drive_scheduler,
+ CopyOperation(JobScheduler* job_scheduler,
DriveFileSystemInterface* drive_file_system,
DriveResourceMetadata* metadata,
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner,
@@ -197,7 +197,7 @@ class CopyOperation {
const FileOperationCallback& callback,
const std::string& resource_id);
- DriveScheduler* drive_scheduler_;
+ JobScheduler* job_scheduler_;
DriveFileSystemInterface* drive_file_system_;
DriveResourceMetadata* metadata_;
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_;
« no previous file with comments | « chrome/browser/chromeos/drive/drive_system_service.cc ('k') | chrome/browser/chromeos/drive/file_system/copy_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698