| 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 0af1b93a51659c0432768acba451d0ff9386bf6b..2de435937d5c12dc7dc3ef41e6fd30a8027ac168 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() {
|
| current_mock_web_data_service_ = this;
|
| }
|
|
|
|
|