| Index: chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| diff --git a/chrome/browser/profile_resetter/profile_resetter_unittest.cc b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| index b3af5aa0a6e18e8a231367848c1855e403734cb4..7baa510aff070592fa1f117fdfb728b3aa8b1e9d 100644
|
| --- a/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| +++ b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| @@ -151,7 +151,7 @@ KeyedService* ProfileResetterTest::CreateTemplateURLService(
|
| profile->GetPrefs(),
|
| scoped_ptr<SearchTermsData>(new UIThreadSearchTermsData(profile)),
|
| WebDataServiceFactory::GetKeywordWebDataForProfile(
|
| - profile, Profile::EXPLICIT_ACCESS),
|
| + profile, ServiceAccessType::EXPLICIT_ACCESS),
|
| scoped_ptr<TemplateURLServiceClient>(), NULL, NULL, base::Closure());
|
| }
|
|
|
|
|