| Index: chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.cc
 | 
| diff --git a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.cc b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.cc
 | 
| index a79799a0fa885c69d42be6dd2f15d5eb31760e15..9ba03b02541fec6e4aee8e979cf4804a04674f59 100644
 | 
| --- a/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.cc
 | 
| +++ b/chrome/browser/chromeos/file_system_provider/fileapi/provider_async_file_util.cc
 | 
| @@ -251,7 +251,7 @@ void OnMoveEntry(const storage::AsyncFileUtil::StatusCallback& callback,
 | 
|  void TruncateOnUIThread(
 | 
|      scoped_ptr<storage::FileSystemOperationContext> context,
 | 
|      const storage::FileSystemURL& url,
 | 
| -    int64 length,
 | 
| +    int64_t length,
 | 
|      const storage::AsyncFileUtil::StatusCallback& callback) {
 | 
|    util::FileSystemURLParser parser(url);
 | 
|    if (!parser.Parse()) {
 | 
| @@ -365,7 +365,7 @@ void ProviderAsyncFileUtil::Touch(
 | 
|  void ProviderAsyncFileUtil::Truncate(
 | 
|      scoped_ptr<storage::FileSystemOperationContext> context,
 | 
|      const storage::FileSystemURL& url,
 | 
| -    int64 length,
 | 
| +    int64_t length,
 | 
|      const StatusCallback& callback) {
 | 
|    DCHECK_CURRENTLY_ON(BrowserThread::IO);
 | 
|    BrowserThread::PostTask(BrowserThread::UI,
 | 
| 
 |