| 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 156d5793ae3dd238a43ad75a3700423718048568..1da23adc4f1a6c3254e2bda0e4ecd986d0b7f4a5 100644
|
| --- a/chrome/browser/chromeos/drive/file_system/update_operation.cc
|
| +++ b/chrome/browser/chromeos/drive/file_system/update_operation.cc
|
| @@ -27,7 +27,7 @@ FileError GetFileLocalState(internal::ResourceMetadata* metadata,
|
| ResourceEntry* entry,
|
| base::FilePath* drive_file_path,
|
| base::FilePath* cache_file_path) {
|
| - FileError error = metadata->GetResourceEntryById(resource_id, NULL, entry);
|
| + FileError error = metadata->GetResourceEntryById(resource_id, entry);
|
| if (error != FILE_ERROR_OK)
|
| return error;
|
|
|
|
|