| Index: chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| diff --git a/chrome/browser/chromeos/drive/file_system/download_operation.cc b/chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| index 4a02a72db57ec3d39d14445d26f2bf7321c7029f..657e30cadb569116c4c3c3c12c8b2324df02600d 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/download_operation.cc
|
| @@ -83,7 +83,7 @@ FileError CheckPreConditionForEnsureFileDownloadedByResourceId(
|
| const std::string& resource_id,
|
| base::FilePath* cache_file_path,
|
| ResourceEntry* entry) {
|
| - FileError error = metadata->GetResourceEntryById(resource_id, NULL, entry);
|
| + FileError error = metadata->GetResourceEntryById(resource_id, entry);
|
| if (error != FILE_ERROR_OK)
|
| return error;
|
| return CheckPreConditionForEnsureFileDownloaded(
|
|
|