| Index: components/history/core/browser/expire_history_backend_unittest.cc
|
| diff --git a/components/history/core/browser/expire_history_backend_unittest.cc b/components/history/core/browser/expire_history_backend_unittest.cc
|
| index 06c291f079113a6efb169a3123303a791c974f5f..6fc9b4272c207f92deb7047531b1f7c22c4f1197 100644
|
| --- a/components/history/core/browser/expire_history_backend_unittest.cc
|
| +++ b/components/history/core/browser/expire_history_backend_unittest.cc
|
| @@ -125,7 +125,7 @@ class ExpireHistoryTest : public testing::Test, public HistoryBackendNotifier {
|
| if (main_db_->Init(history_name) != sql::INIT_OK)
|
| main_db_.reset();
|
|
|
| - base::FilePath thumb_name = path().Append(kThumbnailsFilename);
|
| + base::FilePath thumb_name = path().Append(kFaviconsFilename);
|
| thumb_db_.reset(new ThumbnailDatabase(nullptr));
|
| if (thumb_db_->Init(thumb_name) != sql::INIT_OK)
|
| thumb_db_.reset();
|
|
|