Index: chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h |
diff --git a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h b/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h |
index 1534b0d86394bfcf3bf1e1274e6eda872dcd3a92..c9e53e3895b903bcce71f4431bce0bede5ac2902 100644 |
--- a/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h |
+++ b/chrome/browser/media_galleries/linux/mtp_device_delegate_impl_linux.h |
@@ -171,7 +171,7 @@ class MTPDeviceDelegateImplLinux : public MTPDeviceAsyncDelegate { |
// |success_callback| is invoked to notify the caller about the read bytes. |
// |bytes_read| is the number of bytes read. |
void OnDidReadBytes(const ReadBytesSuccessCallback& success_callback, |
- int bytes_read); |
+ const base::File::Info& file_info, int bytes_read); |
// Handles the device file |error|. |error_callback| is invoked to notify the |
// caller about the file error. |