| Index: chrome/browser/history/download_history_info.h
|
| diff --git a/chrome/browser/history/download_history_info.h b/chrome/browser/history/download_history_info.h
|
| index e7c35d4e934dc29d1dd6933d91f57df8b4c2ec22..acd61613e6a6b1dcb2b071c8c70c7e2c8bf9d9af 100644
|
| --- a/chrome/browser/history/download_history_info.h
|
| +++ b/chrome/browser/history/download_history_info.h
|
| @@ -53,7 +53,7 @@ struct DownloadHistoryInfo {
|
| // The current state of the download.
|
| int32 state;
|
|
|
| - // The handle of the download in the database.
|
| + // This download item's unique persistent identifier.
|
| int64 db_handle;
|
| };
|
|
|
|
|