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

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

Issue 15650008: drive: Rename drive::DriveClientContext to drive::ClientContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/update_operation.h
diff --git a/chrome/browser/chromeos/drive/file_system/update_operation.h b/chrome/browser/chromeos/drive/file_system/update_operation.h
index 9e2e9406c9b017bc0467993a59a01450e10b946a..6ea193148a6e7ea911f1b0d89b52012faa2c094d 100644
--- a/chrome/browser/chromeos/drive/file_system/update_operation.h
+++ b/chrome/browser/chromeos/drive/file_system/update_operation.h
@@ -46,17 +46,17 @@ class UpdateOperation {
//
// |callback| must not be null.
void UpdateFileByResourceId(const std::string& resource_id,
- DriveClientContext context,
+ ClientContext context,
hashimoto 2013/05/27 03:04:39 nit: Could you fix this to const ClientContext whi
satorux1 2013/05/27 03:36:11 Done.
const FileOperationCallback& callback);
private:
- void UpdateFileAfterGetEntryInfo(DriveClientContext context,
+ void UpdateFileAfterGetEntryInfo(ClientContext context,
hashimoto 2013/05/27 03:04:39 ditto.
satorux1 2013/05/27 03:36:11 Done.
const FileOperationCallback& callback,
FileError error,
const base::FilePath& drive_file_path,
scoped_ptr<ResourceEntry> entry);
- void UpdateFileAfterGetFile(DriveClientContext context,
+ void UpdateFileAfterGetFile(ClientContext context,
hashimoto 2013/05/27 03:04:39 ditto.
satorux1 2013/05/27 03:36:11 Done.
const FileOperationCallback& callback,
const base::FilePath& drive_file_path,
scoped_ptr<ResourceEntry> entry,

Powered by Google App Engine
This is Rietveld 408576698