Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index d45f9089a43d61b2a27178891a44182421bf75ea..c2c6d42387b3d4352a2cdac3a53689b4dc6e244a 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -454,7 +454,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(); |
} |
{ |