| Index: chrome/browser/sync/glue/autofill_profile_model_associator.h
|
| diff --git a/chrome/browser/sync/glue/autofill_profile_model_associator.h b/chrome/browser/sync/glue/autofill_profile_model_associator.h
|
| index fdc67f1c5553ed61e79a72e4531614e078ef2b52..f5d999ea1fd2d11db02618d0a22a271fe7f9d19e 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_model_associator.h
|
| +++ b/chrome/browser/sync/glue/autofill_profile_model_associator.h
|
| @@ -181,11 +181,13 @@ class AutofillProfileModelAssociator
|
| };
|
|
|
| struct AutofillProfileModelAssociator::DataBundle {
|
| + DataBundle();
|
| + ~DataBundle();
|
| +
|
| std::set<std::string> current_profiles;
|
| std::vector<std::string> profiles_to_delete;
|
| std::vector<AutoFillProfile*> updated_profiles;
|
| std::vector<AutoFillProfile*> new_profiles; // We own these pointers.
|
| - ~DataBundle() { STLDeleteElements(&new_profiles); }
|
| };
|
|
|
| } // namespace browser_sync
|
|
|