| Index: components/history/core/browser/download_row.cc
|
| diff --git a/components/history/core/browser/download_row.cc b/components/history/core/browser/download_row.cc
|
| index ffd02e571db5f1ef418f5b32dfd970d2cd07016e..4e77fb66a4481700f1645eff978b0a624f1a5573 100644
|
| --- a/components/history/core/browser/download_row.cc
|
| +++ b/components/history/core/browser/download_row.cc
|
| @@ -29,8 +29,8 @@ DownloadRow::DownloadRow(const base::FilePath& current_path,
|
| const base::Time& end,
|
| const std::string& etag,
|
| const std::string& last_modified,
|
| - int64 received,
|
| - int64 total,
|
| + int64_t received,
|
| + int64_t total,
|
| DownloadState download_state,
|
| DownloadDangerType danger_type,
|
| DownloadInterruptReason interrupt_reason,
|
| @@ -56,8 +56,7 @@ DownloadRow::DownloadRow(const base::FilePath& current_path,
|
| id(id),
|
| opened(download_opened),
|
| by_ext_id(ext_id),
|
| - by_ext_name(ext_name) {
|
| -}
|
| + by_ext_name(ext_name) {}
|
|
|
| DownloadRow::~DownloadRow() {
|
| }
|
|
|