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 d90ff0d4789a001db185e6508fe9d32ce6bd7293..f905a6712a1448278b137432d59a4a7adc907fd3 100644 |
--- a/chrome/browser/search_engines/template_url_service_unittest.cc |
+++ b/chrome/browser/search_engines/template_url_service_unittest.cc |
@@ -21,6 +21,8 @@ |
#include "chrome/browser/search_engines/template_url_service.h" |
#include "chrome/browser/search_engines/template_url_service_test_util.h" |
#include "chrome/browser/webdata/web_database.h" |
+#include "chrome/browser/webdata/web_data_service.h" |
+#include "chrome/browser/webdata/web_data_service_factory.h" |
#include "chrome/common/chrome_notification_types.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/test/base/testing_pref_service.h" |
@@ -1163,8 +1165,9 @@ TEST_F(TemplateURLServiceTest, FailedInit) { |
test_util_.VerifyLoad(); |
test_util_.ClearModel(); |
- WebDataService* web_service = |
- test_util_.profile()->GetWebDataService(Profile::EXPLICIT_ACCESS); |
+ scoped_refptr<WebDataService> web_service = |
+ WebDataServiceFactory::GetForProfile(test_util_.profile(), |
+ Profile::EXPLICIT_ACCESS); |
web_service->UnloadDatabase(); |
web_service->set_failed_init(true); |