| 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 92558364feb65e983ac82324a55500963d6a6000..8a7633cae683e40c52001346f037cd059d860cf5 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/update_operation.h
|
| +++ b/chrome/browser/chromeos/drive/file_system/update_operation.h
|
| @@ -50,11 +50,11 @@ class UpdateOperation {
|
| //
|
| // |callback| must not be null.
|
| void UpdateFileByResourceId(const std::string& resource_id,
|
| - DriveClientContext context,
|
| + const ClientContext& context,
|
| const FileOperationCallback& callback);
|
|
|
| private:
|
| - void UpdateFileAfterGetLocalState(DriveClientContext context,
|
| + void UpdateFileAfterGetLocalState(const ClientContext& context,
|
| const FileOperationCallback& callback,
|
| const ResourceEntry* entry,
|
| const base::FilePath* drive_file_path,
|
|
|