| Index: chrome/browser/favicon/favicon_utils.cc
 | 
| diff --git a/chrome/browser/favicon/favicon_utils.cc b/chrome/browser/favicon/favicon_utils.cc
 | 
| index fc8cd058cf3337591473ac9835ea59ec9eb521e6..a662aeb28f226ad69a0284474c9dd97b8d498e71 100644
 | 
| --- a/chrome/browser/favicon/favicon_utils.cc
 | 
| +++ b/chrome/browser/favicon/favicon_utils.cc
 | 
| @@ -28,7 +28,7 @@ void CreateContentFaviconDriverForWebContents(
 | 
|                          original_profile, ServiceAccessType::IMPLICIT_ACCESS),
 | 
|        HistoryServiceFactory::GetForProfile(original_profile,
 | 
|                                             ServiceAccessType::IMPLICIT_ACCESS),
 | 
| -      BookmarkModelFactory::GetForProfileIfExists(original_profile));
 | 
| +      BookmarkModelFactory::GetForBrowserContextIfExists(original_profile));
 | 
|  }
 | 
|  
 | 
|  bool ShouldDisplayFavicon(content::WebContents* web_contents) {
 | 
| 
 |