| Index: chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
|
| diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
|
| index ce887fdb0aefe7a1c7d4dfcf40b1951dd967a488..1fc48d9ae22a2ea16459c06ce4515a92407ae6e2 100644
|
| --- a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
|
| +++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
|
| @@ -144,7 +144,7 @@ class ProfileSigninConfirmationHelperTest : public testing::Test {
|
|
|
| // Initialize the services we check.
|
| profile_->CreateBookmarkModel(true);
|
| - model_ = BookmarkModelFactory::GetForProfile(profile_.get());
|
| + model_ = BookmarkModelFactory::GetForBrowserContext(profile_.get());
|
| bookmarks::test::WaitForBookmarkModelToLoad(model_);
|
| ASSERT_TRUE(profile_->CreateHistoryService(true, false));
|
| #if defined(ENABLE_EXTENSIONS)
|
|
|