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; |