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 6383c31001a363a082a1560e5b3b8d05a8d3fe83..d34163211ff3d90ca624311b19210a621e25e542 100644 |
--- a/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc |
+++ b/chrome/browser/sync/glue/autofill_data_type_controller_unittest.cc |
@@ -40,7 +40,9 @@ using testing::Return; |
// loading. |
class FakeWebDataService : public WebDataService { |
public: |
- FakeWebDataService() : is_database_loaded_(false) {} |
+ FakeWebDataService() |
+ : WebDataService(WebDataServiceBase::ProfileErrorCallback()), |
+ is_database_loaded_(false) {} |
// Mark the database as loaded and send out the appropriate |
// notification. |