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

Unified Diff: chrome/browser/media_galleries/linux/mtp_device_object_enumerator.cc

Issue 380863002: Cleanup: Fix some misc issues in Linux media galleries MTP code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/media_galleries/linux/mtp_device_object_enumerator.cc
diff --git a/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.cc b/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.cc
index 4a0584a578837a4c8fe3305e29ac0dd85fdbf71c..914d797c96b3b10c6943d00976c98f8205e44ba2 100644
--- a/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.cc
+++ b/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.cc
@@ -45,7 +45,7 @@ base::Time MTPDeviceObjectEnumerator::LastModifiedTime() {
return base::Time::FromTimeT(file_entries_[index_].modification_time());
}
-bool MTPDeviceObjectEnumerator::GetEntryId(uint32_t* entry_id) const {
+bool MTPDeviceObjectEnumerator::GetEntryId(uint32* entry_id) const {
DCHECK(entry_id);
if (!IsIndexReadyAndInRange())
return false;

Powered by Google App Engine
This is Rietveld 408576698