| 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 b8b2cb3ac69ed159fe88f41e2f5e0c104a986011..156d5793ae3dd238a43ad75a3700423718048568 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/update_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/update_operation.cc
|
| @@ -89,7 +89,7 @@ UpdateOperation::~UpdateOperation() {
|
|
|
| void UpdateOperation::UpdateFileByResourceId(
|
| const std::string& resource_id,
|
| - DriveClientContext context,
|
| + const ClientContext& context,
|
| const FileOperationCallback& callback) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| DCHECK(!callback.is_null());
|
| @@ -117,7 +117,7 @@ void UpdateOperation::UpdateFileByResourceId(
|
| }
|
|
|
| void UpdateOperation::UpdateFileAfterGetLocalState(
|
| - DriveClientContext context,
|
| + const ClientContext& context,
|
| const FileOperationCallback& callback,
|
| const ResourceEntry* entry,
|
| const base::FilePath* drive_file_path,
|
|
|