| Index: chrome/browser/chromeos/drive/remove_stale_cache_files.cc
|
| diff --git a/chrome/browser/chromeos/drive/remove_stale_cache_files.cc b/chrome/browser/chromeos/drive/remove_stale_cache_files.cc
|
| index c61ff35c9e2890bb5701fa9e98d190efd630700e..1dcbfd81e9f49dd782b1039a360bdc81a4b6d76d 100644
|
| --- a/chrome/browser/chromeos/drive/remove_stale_cache_files.cc
|
| +++ b/chrome/browser/chromeos/drive/remove_stale_cache_files.cc
|
| @@ -26,7 +26,7 @@ void CollectStaleCacheFiles(
|
| const FileCacheEntry& cache_entry) {
|
| ResourceEntry entry;
|
| FileError error = resource_metadata->GetResourceEntryById(
|
| - resource_id, NULL, &entry);
|
| + resource_id, &entry);
|
|
|
| // The entry is not found or the MD5 does not match.
|
| if (error != FILE_ERROR_OK ||
|
|
|