Chromium Code Reviews| Index: components/autofill/browser/autocomplete_history_manager_unittest.cc |
| diff --git a/components/autofill/browser/autocomplete_history_manager_unittest.cc b/components/autofill/browser/autocomplete_history_manager_unittest.cc |
| index 2d2bb4dbbbcdbf49125b630b21e917a711bddd3f..fe2967de8a9b0dbb9f8578b3f8456069f8151af9 100644 |
| --- a/components/autofill/browser/autocomplete_history_manager_unittest.cc |
| +++ b/components/autofill/browser/autocomplete_history_manager_unittest.cc |
| @@ -32,7 +32,8 @@ namespace { |
| class MockWebDataService : public WebDataService { |
| public: |
| - MockWebDataService() { |
| + MockWebDataService() |
| + : WebDataService(WebDataServiceBase::ProfileErrorCallback()) { |
|
Cait (Slow)
2013/03/18 16:16:37
I wonder if it's worth having a default ctor on WD
Jói
2013/03/18 23:21:23
Added such a protected constructor, so mock versio
|
| current_mock_web_data_service_ = this; |
| } |