| Index: chrome/browser/autocomplete/history_url_provider_unittest.cc
|
| diff --git a/chrome/browser/autocomplete/history_url_provider_unittest.cc b/chrome/browser/autocomplete/history_url_provider_unittest.cc
|
| index 622292bfd6e31eaaa6eb46ee018b6d687fea3e8b..45caf467bb12c8715cdef023cb39302606b805ff 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider_unittest.cc
|
| +++ b/chrome/browser/autocomplete/history_url_provider_unittest.cc
|
| @@ -249,8 +249,8 @@ void HistoryURLProviderTest::TearDown() {
|
| void HistoryURLProviderTest::FillData() {
|
| // Most visits are a long time ago (some tests require this since we do some
|
| // special logic for things visited very recently). Note that this time must
|
| - // be more recent than the "archived history" threshold for the data to go
|
| - // into the main database.
|
| + // be more recent than the "expire history" threshold for the data to be kept
|
| + // in the main database.
|
| //
|
| // TODO(brettw) It would be nice if we could test this behavior, in which
|
| // case the time would be specifed in the test_db structure.
|
|
|