Index: components/autofill/core/browser/webdata/autofill_webdata_service.h |
diff --git a/components/autofill/core/browser/webdata/autofill_webdata_service.h b/components/autofill/core/browser/webdata/autofill_webdata_service.h |
index abca9770fee76c818923b49ebcbcf0b89190a1ba..f1e9c823b6fd217f4007121511fd730aeb88330e 100644 |
--- a/components/autofill/core/browser/webdata/autofill_webdata_service.h |
+++ b/components/autofill/core/browser/webdata/autofill_webdata_service.h |
@@ -18,6 +18,7 @@ |
#include "components/webdata/common/web_data_service_base.h" |
#include "components/webdata/common/web_data_service_consumer.h" |
#include "components/webdata/common/web_database.h" |
+#include "sync/internal_api/public/base/model_type.h" |
class WebDatabaseService; |
@@ -129,6 +130,8 @@ class AutofillWebDataService : public AutofillWebData, |
virtual void NotifyAutofillMultipleChangedOnUIThread(); |
+ virtual void NotifySyncStartedOnUIThread(syncer::ModelType model_type); |
+ |
base::WeakPtr<AutofillWebDataService> AsWeakPtr() { |
return weak_ptr_factory_.GetWeakPtr(); |
} |