Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(867)

Unified Diff: chrome/browser/chromeos/drive/file_system/update_operation.cc

Issue 16107004: drive: Stop returning FilePath from GetResourceEntryById (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/chromeos/drive/file_system/download_operation.cc ('k') | chrome/browser/chromeos/drive/file_system_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698