Chromium Code Reviews| Index: chrome/browser/chromeos/drive/file_system/drive_operations.h |
| diff --git a/chrome/browser/chromeos/drive/file_system/drive_operations.h b/chrome/browser/chromeos/drive/file_system/drive_operations.h |
| index 5355d0e332c712321d8724d9dd793d887861176c..a4502690d7810b15a016bb48fd94c556a7489f98 100644 |
| --- a/chrome/browser/chromeos/drive/file_system/drive_operations.h |
| +++ b/chrome/browser/chromeos/drive/file_system/drive_operations.h |
| @@ -120,7 +120,7 @@ class DriveOperations { |
| // Wrapper function for update_operation_. |
| // |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 cont ClientContext& whi
satorux1
2013/05/27 03:36:11
Done.
|
| const FileOperationCallback& callback); |
| // Wrapper function for search_operation_. |