| Index: chrome/browser/prefs/proxy_policy_unittest.cc
|
| diff --git a/chrome/browser/prefs/proxy_policy_unittest.cc b/chrome/browser/prefs/proxy_policy_unittest.cc
|
| index 512e51410b0c54ace69bcb601dd6e309f76df2bb..5185aac7c487889a107e51fa74b5692f330733e1 100644
|
| --- a/chrome/browser/prefs/proxy_policy_unittest.cc
|
| +++ b/chrome/browser/prefs/proxy_policy_unittest.cc
|
| @@ -99,7 +99,8 @@ class ProxyPolicyTest : public testing::Test {
|
| builder.WithCommandLine(&command_line_);
|
| if (with_managed_policies)
|
| builder.WithManagedPolicies(policy_service_.get());
|
| - scoped_refptr<PrefRegistrySyncable> registry(new PrefRegistrySyncable);
|
| + scoped_refptr<user_prefs::PrefRegistrySyncable> registry(
|
| + new user_prefs::PrefRegistrySyncable);
|
| PrefServiceSyncable* prefs = builder.CreateSyncable(registry);
|
| chrome::RegisterUserPrefs(registry);
|
| return prefs;
|
|
|