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

Unified Diff: components/browser_sync/browser/profile_sync_service_bookmark_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/browser_sync/browser/profile_sync_service_bookmark_unittest.cc
diff --git a/components/browser_sync/browser/profile_sync_service_bookmark_unittest.cc b/components/browser_sync/browser/profile_sync_service_bookmark_unittest.cc
index 8bde545081b152c4e41a0be9a2de7fd6c46613db..9e75cc077408a6e624343a18759e470e97e49fb7 100644
--- a/components/browser_sync/browser/profile_sync_service_bookmark_unittest.cc
+++ b/components/browser_sync/browser/profile_sync_service_bookmark_unittest.cc
@@ -449,8 +449,8 @@ class ProfileSyncServiceBookmarkTest : public testing::Test {
false);
}
- model->Load(profile_sync_service_bundle_.pref_service(), std::string(),
- data_path, base::ThreadTaskRunnerHandle::Get(),
+ model->Load(profile_sync_service_bundle_.pref_service(), data_path,
+ base::ThreadTaskRunnerHandle::Get(),
base::ThreadTaskRunnerHandle::Get());
bookmarks::test::WaitForBookmarkModelToLoad(model.get());
return model;

Powered by Google App Engine
This is Rietveld 408576698