Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index d6a44665a87e0d31f61dfd9ab5b4c81076a39cb7..e317112b41cc214e1998c636d0fd3127391f8740 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -470,7 +470,7 @@ ProfileImpl::ProfileImpl( |
g_browser_process->safe_browsing_service()); |
if (safe_browsing_service) { |
pref_validation_delegate_ = |
- safe_browsing_service->CreatePreferenceValidationDelegate().Pass(); |
+ safe_browsing_service->CreatePreferenceValidationDelegate(this).Pass(); |
} |
{ |