Index: chrome/browser/ui/autofill/test_autofill_credit_card_bubble.h |
diff --git a/chrome/browser/ui/autofill/test_autofill_credit_card_bubble.h b/chrome/browser/ui/autofill/test_autofill_credit_card_bubble.h |
index 4eef7b73962122899629ac6776a4092a765b7c23..89523527396771b41fcad21c2a554dd032620c4f 100644 |
--- a/chrome/browser/ui/autofill/test_autofill_credit_card_bubble.h |
+++ b/chrome/browser/ui/autofill/test_autofill_credit_card_bubble.h |
@@ -40,6 +40,9 @@ class TestAutofillCreditCardBubble : public AutofillCreditCardBubble { |
explicit TestAutofillCreditCardBubble( |
const base::WeakPtr<AutofillCreditCardBubbleController>& controller); |
+ // A weak reference to the controller that operates this bubble. |
+ base::WeakPtr<AutofillCreditCardBubbleController> controller_; |
+ |
// Whether the bubble is currently showing or not. |
bool showing_; |