Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(226)

Unified Diff: components/history/core/browser/expire_history_backend_unittest.cc

Issue 2040553002: Remove unused constant history::kThumbnailsFilename. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zzzzsql_diagnostic_thumbnails
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/history/core/browser/history_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | components/history/core/browser/history_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698