| Index: chrome/browser/profiles/profile_statistics_aggregator.cc
|
| diff --git a/chrome/browser/profiles/profile_statistics_aggregator.cc b/chrome/browser/profiles/profile_statistics_aggregator.cc
|
| index 303be356b2de11908921c97d8e92f9915ef92862..4b6d693e77f49e462e9bf047bed36f3ac83dff5c 100644
|
| --- a/chrome/browser/profiles/profile_statistics_aggregator.cc
|
| +++ b/chrome/browser/profiles/profile_statistics_aggregator.cc
|
| @@ -191,7 +191,7 @@ void ProfileStatisticsAggregator::WaitOrCountBookmarks() {
|
| return;
|
|
|
| bookmarks::BookmarkModel* bookmark_model =
|
| - BookmarkModelFactory::GetForProfileIfExists(profile_);
|
| + BookmarkModelFactory::GetForBrowserContextIfExists(profile_);
|
|
|
| if (bookmark_model) {
|
| if (bookmark_model->loaded()) {
|
|
|