| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 5312e9a6864fa86b7cc1bc50e5fefabf0c5ba154..5367a9ccf18b68d116ffb797b982641fec4a2d2d 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -451,7 +451,7 @@ ProfileImpl::ProfileImpl(
|
| path_, sequenced_task_runner, create_mode == CREATE_MODE_SYNCHRONOUS);
|
| #endif
|
|
|
| - scoped_refptr<SafeBrowsingService> safe_browsing_service(
|
| + scoped_refptr<safe_browsing::SafeBrowsingService> safe_browsing_service(
|
| g_browser_process->safe_browsing_service());
|
| if (safe_browsing_service.get()) {
|
| pref_validation_delegate_ =
|
|
|