| Index: content/browser/download/save_file.cc
|
| diff --git a/content/browser/download/save_file.cc b/content/browser/download/save_file.cc
|
| index a5c7488242f317dd77953ff5565378fed33806d2..5085e477c15a535f9eba1aba6ac9fed89209459a 100644
|
| --- a/content/browser/download/save_file.cc
|
| +++ b/content/browser/download/save_file.cc
|
| @@ -72,7 +72,7 @@ bool SaveFile::InProgress() const {
|
| return file_.in_progress();
|
| }
|
|
|
| -int64 SaveFile::BytesSoFar() const {
|
| +int64_t SaveFile::BytesSoFar() const {
|
| return file_.bytes_so_far();
|
| }
|
|
|
|
|