Index: chrome/browser/media_galleries/linux/mtp_device_task_helper.h |
diff --git a/chrome/browser/media_galleries/linux/mtp_device_task_helper.h b/chrome/browser/media_galleries/linux/mtp_device_task_helper.h |
index c3ceb359c49628628bde0fc518997ac17b79287c..5b9989614de3f1ef40b2f67b26873a49861ad55a 100644 |
--- a/chrome/browser/media_galleries/linux/mtp_device_task_helper.h |
+++ b/chrome/browser/media_galleries/linux/mtp_device_task_helper.h |
@@ -85,7 +85,7 @@ class MTPDeviceTaskHelper { |
// |snapshot_file_info| specifies the metadata of the snapshot file. |
void WriteDataIntoSnapshotFile( |
const SnapshotRequestInfo& request_info, |
- const base::PlatformFileInfo& snapshot_file_info); |
+ const base::File::Info& snapshot_file_info); |
// Dispatches the CloseStorage request to the MediaTransferProtocolManager. |
void CloseStorage() const; |
@@ -135,7 +135,7 @@ class MTPDeviceTaskHelper { |
// Runs |error_callback| on the IO thread to notify the caller about the |
// device |error|. |
void HandleDeviceError(const ErrorCallback& error_callback, |
- base::PlatformFileError error) const; |
+ base::File::Error error) const; |
// Handle to communicate with the MTP device. |
std::string device_handle_; |