| Index: chrome/browser/chromeos/drive/fileapi/async_file_util.cc
 | 
| diff --git a/chrome/browser/chromeos/drive/fileapi/async_file_util.cc b/chrome/browser/chromeos/drive/fileapi/async_file_util.cc
 | 
| index 0b7d13fa638d847a20704acbcfb25c7a1fec07d4..958cb4d48470bbda9f82f4394758349fdaf58bc8 100644
 | 
| --- a/chrome/browser/chromeos/drive/fileapi/async_file_util.cc
 | 
| +++ b/chrome/browser/chromeos/drive/fileapi/async_file_util.cc
 | 
| @@ -264,7 +264,7 @@ void AsyncFileUtil::Touch(
 | 
|  void AsyncFileUtil::Truncate(
 | 
|      scoped_ptr<storage::FileSystemOperationContext> context,
 | 
|      const storage::FileSystemURL& url,
 | 
| -    int64 length,
 | 
| +    int64_t length,
 | 
|      const StatusCallback& callback) {
 | 
|    DCHECK_CURRENTLY_ON(BrowserThread::IO);
 | 
|  
 | 
| 
 |