Index: components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc |
diff --git a/components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc b/components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc |
index fb7db03688e41abc0c1007eb94633f285f63f0dd..401d84f628d9ce8c0cc9cda29e4c46938425709c 100644 |
--- a/components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc |
+++ b/components/autofill/core/browser/webdata/autofill_data_type_controller_unittest.cc |
@@ -44,6 +44,7 @@ class NoOpAutofillBackend : public AutofillWebDataBackend { |
autofill::AutofillWebDataServiceObserverOnDBThread* observer) override {} |
void RemoveExpiredFormElements() override {} |
void NotifyOfMultipleAutofillChanges() override {} |
+ void NotifyThatSyncHasStarted(syncer::ModelType /* model_type */) override {} |
}; |
// Fake WebDataService implementation that stubs out the database loading. |