| 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 e56867ceccbc45bd72df0c7d94e6da8285cb8910..b2d75806cf17de02da126bacd97e5f48c3a8ee80 100644
|
| --- a/chrome/browser/importer/profile_writer_unittest.cc
|
| +++ b/chrome/browser/importer/profile_writer_unittest.cc
|
| @@ -142,9 +142,8 @@ TEST_F(ProfileWriterTest, CheckBookmarksWithMultiProfile) {
|
| BookmarkModel* bookmark_model2 =
|
| BookmarkModelFactory::GetForProfile(&profile2);
|
| test::WaitForBookmarkModelToLoad(bookmark_model2);
|
| - bookmark_utils::AddIfNotBookmarked(bookmark_model2,
|
| - GURL("http://www.bing.com"),
|
| - base::ASCIIToUTF16("Bing"));
|
| + bookmarks::AddIfNotBookmarked(
|
| + bookmark_model2, GURL("http://www.bing.com"), base::ASCIIToUTF16("Bing"));
|
| TestingProfile profile1;
|
| profile1.CreateBookmarkModel(true);
|
|
|
|
|