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

Unified Diff: chrome/browser/sync/test/integration/bookmarks_helper.cc

Issue 10827161: Removing instances of profile_->GetBookmarkModel() as part of converting BookmarkModel to a PKS. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/sync/test/integration/bookmarks_helper.cc
===================================================================
--- chrome/browser/sync/test/integration/bookmarks_helper.cc (revision 149630)
+++ chrome/browser/sync/test/integration/bookmarks_helper.cc (working copy)
@@ -274,7 +274,7 @@
}
BookmarkModel* GetVerifierBookmarkModel() {
- return test()->verifier()->GetBookmarkModel();
+ return BookmarkModelFactory::GetForProfile(test()->verifier());
}
const BookmarkNode* AddURL(int profile,
« no previous file with comments | « chrome/browser/bookmarks/bookmark_extension_api.cc ('k') | chrome/browser/sync/test/integration/sync_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698