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

Unified Diff: chrome/browser/sync/profile_sync_service_bookmark_unittest.cc

Issue 12891006: bookmarks: Remove Profile getter accessor from BookmarkModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cocoa alignments Created 7 years, 9 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/profile_sync_service_bookmark_unittest.cc
diff --git a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
index e5adeedc9a54ce19960b97da5cee446c88365517..38dbaa730535ef3e3323e2b929eaf03af5bba9ff 100644
--- a/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
+++ b/chrome/browser/sync/profile_sync_service_bookmark_unittest.cc
@@ -382,6 +382,7 @@ class ProfileSyncServiceBookmarkTest : public testing::Test {
// Set up model associator.
model_associator_.reset(new BookmarkModelAssociator(
BookmarkModelFactory::GetForProfile(&profile_),
+ &profile_,
test_user_share_.user_share(),
&mock_error_handler_,
kExpectMobileBookmarks));

Powered by Google App Engine
This is Rietveld 408576698