| Index: chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
|
| diff --git a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
|
| index 5a8282bb1eb9eee5e6e4ec16f3f79c208a26910d..42612f92938db66c7501b33245602b917b6bf661 100644
|
| --- a/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
|
| +++ b/chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.h
|
| @@ -5,11 +5,14 @@
|
| #ifndef CHROME_BROWSER_MEDIA_GALLERIES_WIN_MTP_DEVICE_DELEGATE_IMPL_WIN_H_
|
| #define CHROME_BROWSER_MEDIA_GALLERIES_WIN_MTP_DEVICE_DELEGATE_IMPL_WIN_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <queue>
|
|
|
| #include "base/callback.h"
|
| #include "base/files/file.h"
|
| #include "base/location.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/strings/string16.h"
|
| @@ -112,7 +115,7 @@ class MTPDeviceDelegateImplWin : public MTPDeviceAsyncDelegate {
|
| bool IsStreaming() override;
|
| void ReadBytes(const base::FilePath& device_file_path,
|
| const scoped_refptr<net::IOBuffer>& buf,
|
| - int64 offset,
|
| + int64_t offset,
|
| int buf_len,
|
| const ReadBytesSuccessCallback& success_callback,
|
| const ErrorCallback& error_callback) override;
|
|
|