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

Unified Diff: chrome/browser/importer/profile_writer_unittest.cc

Issue 242693003: Introduce BookmarkClient interface to abstract embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing reviewer comments Created 6 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: chrome/browser/importer/profile_writer_unittest.cc
diff --git a/chrome/browser/importer/profile_writer_unittest.cc b/chrome/browser/importer/profile_writer_unittest.cc
index 6ef78c5be9cd6567156e2c101add079ff4410b07..041622653222250137cd1ef5ac6dc796dbf3f9df 100644
--- a/chrome/browser/importer/profile_writer_unittest.cc
+++ b/chrome/browser/importer/profile_writer_unittest.cc
@@ -144,6 +144,7 @@ TEST_F(ProfileWriterTest, CheckBookmarksWithMultiProfile) {
BookmarkModelFactory::GetForProfile(&profile2);
test::WaitForBookmarkModelToLoad(bookmark_model2);
bookmark_utils::AddIfNotBookmarked(bookmark_model2,
+ bookmark_model2,
GURL("http://www.bing.com"),
base::ASCIIToUTF16("Bing"));
TestingProfile profile1;

Powered by Google App Engine
This is Rietveld 408576698