| Index: chrome/browser/history/history_types.cc
|
| diff --git a/chrome/browser/history/history_types.cc b/chrome/browser/history/history_types.cc
|
| index 8a41ae81201904e7b156ae59746ee0dc102cac3a..05d9a72ad96520a99cf5b3cc9d70bcc918786baa 100644
|
| --- a/chrome/browser/history/history_types.cc
|
| +++ b/chrome/browser/history/history_types.cc
|
| @@ -60,8 +60,8 @@ void URLRow::Swap(URLRow* other) {
|
|
|
| void URLRow::Initialize() {
|
| id_ = 0;
|
| - visit_count_ = false;
|
| - typed_count_ = false;
|
| + visit_count_ = 0;
|
| + typed_count_ = 0;
|
| last_visit_ = Time();
|
| hidden_ = false;
|
| favicon_id_ = 0;
|
|
|