| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 122313a012f38d8e4a321c61e3faa8acf421accf..6854aa557a3558f5a7e7fb4eaa00092796dc3e6b 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -497,7 +497,7 @@ ProfileImpl::ProfileImpl(
|
|
|
| scoped_refptr<SafeBrowsingService> safe_browsing_service(
|
| g_browser_process->safe_browsing_service());
|
| - if (safe_browsing_service) {
|
| + if (safe_browsing_service.get()) {
|
| pref_validation_delegate_ =
|
| safe_browsing_service->CreatePreferenceValidationDelegate(this).Pass();
|
| }
|
|
|