| Index: chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h
|
| diff --git a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h
|
| index 757f624e38bea8c41c88dbf1835f582ebe51b3e4..53f2dce86cda1d02a4c8de2080bc3c6a0b1a8d22 100644
|
| --- a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h
|
| +++ b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.h
|
| @@ -5,8 +5,10 @@
|
| #ifndef CHROME_BROWSER_CHROMEOS_FILE_SYSTEM_PROVIDER_FILEAPI_PROVIDER_ASYNC_FILE_UTIL_H_
|
| #define CHROME_BROWSER_CHROMEOS_FILE_SYSTEM_PROVIDER_FILEAPI_PROVIDER_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 chromeos {
|
| @@ -59,7 +61,7 @@ class ProviderAsyncFileUtil : 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,
|
|
|