| Index: chrome/browser/history/history_database.cc
|
| diff --git a/chrome/browser/history/history_database.cc b/chrome/browser/history/history_database.cc
|
| index 40eb634c6b9a0524c0f5a1b0e9f1db9fbfeed71e..97b93830e87c3d25df4bfaf2659203393f9d3813 100644
|
| --- a/chrome/browser/history/history_database.cc
|
| +++ b/chrome/browser/history/history_database.cc
|
| @@ -26,7 +26,7 @@ namespace {
|
|
|
| // Current version number. We write databases at the "current" version number,
|
| // but any previous version that can read the "compatible" one can make do with
|
| -// or database without *too* many bad effects.
|
| +// our database without *too* many bad effects.
|
| const int kCurrentVersionNumber = 28;
|
| const int kCompatibleVersionNumber = 16;
|
| const char kEarlyExpirationThresholdKey[] = "early_expiration_threshold";
|
|
|