Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm |
index d93356f83714745fbec85a8619d4c59b8b40a51d..d979bbe2972e2eec18402a2986d1a45e7ea04edd 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bubble_controller_unittest.mm |
@@ -468,7 +468,7 @@ TEST_F(BookmarkBubbleControllerTest, SyncPromoNotSignedIn) { |
// Confirm that the sync promo is not displayed when the user is signed in. |
TEST_F(BookmarkBubbleControllerTest, SyncPromoSignedIn) { |
SigninManager* signin = SigninManagerFactory::GetForProfile(profile()); |
- signin->SetAuthenticatedUsername("fake_username"); |
+ signin->SetAuthenticatedAccountInfo("fake_username", "fake_username"); |
const BookmarkNode* node = CreateTestBookmark(); |
BookmarkBubbleController* controller = ControllerForNode(node); |