| Index: chrome/browser/safe_browsing/safe_browsing_navigation_observer.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.cc b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.cc
|
| index d625c3430698a0868546d24325e9c9654089ddda..776d5107574418f79c1ef9c9c5405a9017179ce9 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_navigation_observer.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_navigation_observer.cc
|
| @@ -76,7 +76,7 @@ void SafeBrowsingNavigationObserver::MaybeCreateForWebContents(
|
| return;
|
|
|
| if (safe_browsing::SafeBrowsingNavigationObserverManager::IsEnabledAndReady(
|
| - Profile::FromBrowserContext(web_contents->GetBrowserContext()))) {
|
| + Profile::FromBrowserContext(web_contents->GetBrowserContext()))) {
|
| web_contents->SetUserData(
|
| kWebContentsUserDataKey,
|
| base::MakeUnique<SafeBrowsingNavigationObserver>(
|
|
|