Index: chrome/browser/media_galleries/linux/mtp_device_object_enumerator.h |
diff --git a/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.h b/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.h |
index 7f8b611f523a04a0ee2e8dc07e76cbb19198eee5..f6ea42f0f63b44d38421a51cdc78949c99f44545 100644 |
--- a/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.h |
+++ b/chrome/browser/media_galleries/linux/mtp_device_object_enumerator.h |
@@ -25,7 +25,7 @@ class MTPDeviceObjectEnumerator { |
// If the current file entry is valid, returns true and fills in |entry_id| |
// with the entry identifier else returns false and |entry_id| is not set. |
- bool GetEntryId(uint32_t* entry_id) const; |
tommycli
2014/07/09 19:14:42
base/basictypes.h says to use uint32_t
Lei Zhang
2014/07/09 19:21:40
That happened 6 months ago and all this code was w
|
+ bool GetEntryId(uint32* entry_id) const; |
private: |
// Returns true if the enumerator has more entries to traverse, false |