| Index: chrome/browser/chromeos/drive/file_system/update_operation.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/update_operation.cc b/chrome/browser/chromeos/drive/file_system/update_operation.cc
|
| index ebd02e18577b11d9f47a10b6cf442ec239a3af80..fc979301c5d38cbc725aa6365a4687877685ae90 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/update_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/update_operation.cc
|
| @@ -36,7 +36,7 @@ UpdateOperation::~UpdateOperation() {
|
|
|
| void UpdateOperation::UpdateFileByResourceId(
|
| const std::string& resource_id,
|
| - DriveClientContext context,
|
| + ClientContext context,
|
| const FileOperationCallback& callback) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| DCHECK(!callback.is_null());
|
| @@ -50,7 +50,7 @@ void UpdateOperation::UpdateFileByResourceId(
|
| }
|
|
|
| void UpdateOperation::UpdateFileAfterGetEntryInfo(
|
| - DriveClientContext context,
|
| + ClientContext context,
|
| const FileOperationCallback& callback,
|
| FileError error,
|
| const base::FilePath& drive_file_path,
|
| @@ -83,7 +83,7 @@ void UpdateOperation::UpdateFileAfterGetEntryInfo(
|
| }
|
|
|
| void UpdateOperation::UpdateFileAfterGetFile(
|
| - DriveClientContext context,
|
| + ClientContext context,
|
| const FileOperationCallback& callback,
|
| const base::FilePath& drive_file_path,
|
| scoped_ptr<ResourceEntry> entry,
|
|
|