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

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

Issue 386283002: Move bookmark_utils into bookmarks namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 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);

Powered by Google App Engine
This is Rietveld 408576698