Index: components/autofill/core/browser/autocomplete_history_manager_unittest.cc |
diff --git a/components/autofill/core/browser/autocomplete_history_manager_unittest.cc b/components/autofill/core/browser/autocomplete_history_manager_unittest.cc |
index 55edc0f67e327b754e6cb53f24fafb403d6cc823..63ccf59c80c16c99938f2b1b6d4b07a20e9aac01 100644 |
--- a/components/autofill/core/browser/autocomplete_history_manager_unittest.cc |
+++ b/components/autofill/core/browser/autocomplete_history_manager_unittest.cc |
@@ -101,6 +101,8 @@ class AutocompleteHistoryManagerTest : public ChromeRenderViewHostTestHarness { |
protected: |
virtual void SetUp() OVERRIDE { |
ChromeRenderViewHostTestHarness::SetUp(); |
+ // TODO(blundell): I have to inject |web_data_service_| into the |
+ // PersonalDataManager now. |
web_data_service_ = new MockWebDataService(); |
WebDataServiceFactory::GetInstance()->SetTestingFactory( |
profile(), MockWebDataServiceWrapperCurrent::Build); |