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

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

Issue 1841653003: Drop |languages| from {Format,Elide}Url* and IDNToUnicode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo in elide_url.cc Created 4 years, 8 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
Index: components/history/core/browser/typed_url_syncable_service_unittest.cc
diff --git a/components/history/core/browser/typed_url_syncable_service_unittest.cc b/components/history/core/browser/typed_url_syncable_service_unittest.cc
index a2a6b6f1084ea6e10713d559adaa25c1ae3de564..2107dd387a000838ddc3619cec8d53026038c98a 100644
--- a/components/history/core/browser/typed_url_syncable_service_unittest.cc
+++ b/components/history/core/browser/typed_url_syncable_service_unittest.cc
@@ -220,8 +220,7 @@ class TypedUrlSyncableServiceTest : public testing::Test {
void SetUp() override {
fake_history_backend_ = new TestHistoryBackend();
ASSERT_TRUE(test_dir_.CreateUniqueTempDir());
- fake_history_backend_->Init(
- std::string(), false,
+ fake_history_backend_->Init(false,
TestHistoryDatabaseParamsForPath(test_dir_.path()));
typed_url_sync_service_ =
fake_history_backend_->GetTypedUrlSyncableService();
« no previous file with comments | « components/history/core/browser/top_sites_impl_unittest.cc ('k') | components/history/core/browser/url_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698