| Index: chrome/browser/ui/webui/options/autofill_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.h b/chrome/browser/ui/webui/options/autofill_options_handler.h
|
| index ef00b3ec45bf4d79634e491ea5179453358b8c32..861ca9d8db5107435b3ec307865ebbfd6c493954 100644
|
| --- a/chrome/browser/ui/webui/options/autofill_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/autofill_options_handler.h
|
| @@ -106,6 +106,10 @@ class AutofillOptionsHandler : public OptionsPageUIHandler,
|
| // Unowned pointer, may not be NULL.
|
| autofill::PersonalDataManager* personal_data_;
|
|
|
| + // The profile which was last used to populate the Address Editor. Unowned;
|
| + // not populated until LoadAdressEditor is called.
|
| + autofill::AutofillProfile* prior_profile_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(AutofillOptionsHandler);
|
| };
|
|
|
|
|