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

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

Issue 14755002: drive: Drop "Drive" from FakeDriveFileSystem and MockDriveFileSystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some more cleanup 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/create_file_operation.h
diff --git a/chrome/browser/chromeos/drive/file_system/create_file_operation.h b/chrome/browser/chromeos/drive/file_system/create_file_operation.h
index 9174a1f6a456722263c3122a618e451946738e8e..ef6b0ec465bd3ed579fc06f9c313816ab9c7cbb3 100644
--- a/chrome/browser/chromeos/drive/file_system/create_file_operation.h
+++ b/chrome/browser/chromeos/drive/file_system/create_file_operation.h
@@ -36,7 +36,7 @@ class CreateFileOperation {
public:
CreateFileOperation(
JobScheduler* job_scheduler,
- DriveFileSystemInterface* drive_file_system,
+ DriveFileSystemInterface* file_system,
internal::ResourceMetadata* metadata,
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner);
~CreateFileOperation();
@@ -70,7 +70,7 @@ class CreateFileOperation {
scoped_ptr<google_apis::ResourceEntry> resource_entry);
JobScheduler* job_scheduler_;
- DriveFileSystemInterface* drive_file_system_;
+ DriveFileSystemInterface* file_system_;
internal::ResourceMetadata* metadata_;
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_;

Powered by Google App Engine
This is Rietveld 408576698