| Index: chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| index 102a13647334c7789452b16ba69d66e6056d5d1e..316829a03fec2e9113e4f50ca485cf238edad845 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc
|
| @@ -45,8 +45,7 @@ using testing::Return;
|
| class FakeWebDataService : public AutofillWebDataService {
|
| public:
|
| FakeWebDataService()
|
| - : AutofillWebDataService(
|
| - NULL, WebDataServiceBase::ProfileErrorCallback()),
|
| + : AutofillWebDataService(),
|
| is_database_loaded_(false),
|
| observer_(NULL) {}
|
|
|
|
|