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, |