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

Unified Diff: chrome/browser/chromeos/drive/file_system/remove_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/remove_operation.h
diff --git a/chrome/browser/chromeos/drive/file_system/remove_operation.h b/chrome/browser/chromeos/drive/file_system/remove_operation.h
index fb520da2dcac1706c36dfbc264ef472d6190dac6..be9b21773a2fb978a3b4f23e4bc2ff9b76dc960d 100644
--- a/chrome/browser/chromeos/drive/file_system/remove_operation.h
+++ b/chrome/browser/chromeos/drive/file_system/remove_operation.h
@@ -25,7 +25,7 @@ namespace drive {
class DriveCache;
class DriveEntryProto;
class DriveFileSystem;
-class DriveScheduler;
+class JobScheduler;
namespace file_system {
@@ -36,7 +36,7 @@ class OperationObserver;
// metadata to reflect the new state.
class RemoveOperation {
public:
- RemoveOperation(DriveScheduler* drive_scheduler,
+ RemoveOperation(JobScheduler* job_scheduler,
DriveCache* cache,
DriveResourceMetadata* metadata,
OperationObserver* observer);
@@ -72,7 +72,7 @@ class RemoveOperation {
FileError error,
const base::FilePath& directory_path);
- DriveScheduler* drive_scheduler_;
+ JobScheduler* job_scheduler_;
DriveCache* cache_;
DriveResourceMetadata* metadata_;
OperationObserver* observer_;

Powered by Google App Engine
This is Rietveld 408576698