Index: chrome/browser/sync/glue/autofill_profile_model_associator.cc |
diff --git a/chrome/browser/sync/glue/autofill_profile_model_associator.cc b/chrome/browser/sync/glue/autofill_profile_model_associator.cc |
index e6e33d70e8ee0b8fe0a9cf172f07bb6342070899..0b7e651ea8e579d64181dcd2f209c87d7684c3fa 100644 |
--- a/chrome/browser/sync/glue/autofill_profile_model_associator.cc |
+++ b/chrome/browser/sync/glue/autofill_profile_model_associator.cc |
@@ -470,5 +470,12 @@ bool AutofillProfileModelAssociator::IsAbortPending() { |
return abort_association_pending_; |
} |
+AutofillProfileModelAssociator::DataBundle::DataBundle() {} |
+ |
+AutofillProfileModelAssociator::DataBundle::~DataBundle() { |
+ STLDeleteElements(&new_profiles); |
+} |
+ |
+ |
} // namespace browser_sync |