| 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 039e118daf5ef787a14aef88572dccc414abcef3..d9defb868933f46c9636ed483dd470d810a205a3 100644
|
| --- a/components/autofill/browser/autocomplete_history_manager_unittest.cc
|
| +++ b/components/autofill/browser/autocomplete_history_manager_unittest.cc
|
| @@ -33,7 +33,8 @@ namespace {
|
|
|
| class MockWebDataService : public WebDataService {
|
| public:
|
| - MockWebDataService() {
|
| + MockWebDataService()
|
| + : WebDataService() {
|
| current_mock_web_data_service_ = this;
|
| }
|
|
|
|
|