| Index: chrome/browser/chromeos/drive/fileapi/async_file_util.h
|
| diff --git a/chrome/browser/chromeos/drive/fileapi/async_file_util.h b/chrome/browser/chromeos/drive/fileapi/async_file_util.h
|
| index 8dcd1db343708ccf617f86da168d5d6eb3556085..5de7cc7adbccddffe76200569f81c2cda61fbeec 100644
|
| --- a/chrome/browser/chromeos/drive/fileapi/async_file_util.h
|
| +++ b/chrome/browser/chromeos/drive/fileapi/async_file_util.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef CHROME_BROWSER_CHROMEOS_DRIVE_FILEAPI_ASYNC_FILE_UTIL_H_
|
| #define CHROME_BROWSER_CHROMEOS_DRIVE_FILEAPI_ASYNC_FILE_UTIL_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
| +
|
| #include "base/callback.h"
|
| +#include "base/macros.h"
|
| #include "storage/browser/fileapi/async_file_util.h"
|
|
|
| namespace drive {
|
| @@ -48,7 +50,7 @@ class AsyncFileUtil : public storage::AsyncFileUtil {
|
| const StatusCallback& callback) override;
|
| void Truncate(scoped_ptr<storage::FileSystemOperationContext> context,
|
| const storage::FileSystemURL& url,
|
| - int64 length,
|
| + int64_t length,
|
| const StatusCallback& callback) override;
|
| void CopyFileLocal(scoped_ptr<storage::FileSystemOperationContext> context,
|
| const storage::FileSystemURL& src_url,
|
|
|