| Index: chrome/browser/autofill/autofill_manager.h
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_manager.h (revision 60095)
|
| +++ chrome/browser/autofill/autofill_manager.h (working copy)
|
| @@ -209,7 +209,8 @@
|
| scoped_ptr<FormStructure> upload_form_structure_;
|
|
|
| // The InfoBar that asks for permission to store credit card information.
|
| - scoped_ptr<AutoFillCCInfoBarDelegate> cc_infobar_;
|
| + // Deletes itself when closed.
|
| + AutoFillCCInfoBarDelegate* cc_infobar_;
|
|
|
| friend class TestAutoFillManager;
|
| FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, FillCreditCardForm);
|
|
|