| Index: chrome/browser/search_engines/template_url_service_unittest.cc
|
| diff --git a/chrome/browser/search_engines/template_url_service_unittest.cc b/chrome/browser/search_engines/template_url_service_unittest.cc
|
| index 9adafe7eedc418f41708228a9d5606ce1328b8f8..dc99e3b259a221bded72fcd2aaafba86cff3b632 100644
|
| --- a/chrome/browser/search_engines/template_url_service_unittest.cc
|
| +++ b/chrome/browser/search_engines/template_url_service_unittest.cc
|
| @@ -1309,8 +1309,7 @@ TEST_F(TemplateURLServiceTest, FailedInit) {
|
|
|
| test_util_.ClearModel();
|
| scoped_refptr<WebDataService> web_service =
|
| - WebDataServiceFactory::GetForProfile(test_util_.profile(),
|
| - Profile::EXPLICIT_ACCESS);
|
| + WebDataService::FromBrowserContext(test_util_.profile());
|
| web_service->ShutdownDatabase();
|
|
|
| test_util_.ResetModel(false);
|
|
|