| Index: trunk/src/chrome/browser/history/history_database.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/history/history_database.cc (revision 251472)
|
| +++ trunk/src/chrome/browser/history/history_database.cc (working copy)
|
| @@ -26,7 +26,7 @@
|
|
|
| // 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
|
| -// our database without *too* many bad effects.
|
| +// or database without *too* many bad effects.
|
| const int kCurrentVersionNumber = 28;
|
| const int kCompatibleVersionNumber = 16;
|
| const char kEarlyExpirationThresholdKey[] = "early_expiration_threshold";
|
|
|