Index: chrome/browser/ui/cocoa/autofill/autofill_details_container.h |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_details_container.h b/chrome/browser/ui/cocoa/autofill/autofill_details_container.h |
index 944dcf4de22b68627f06ca897d787f409be3aedd..1375d4ba15c34dcbe75f1760e7481a680a801a17 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_details_container.h |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_details_container.h |
@@ -36,6 +36,9 @@ class AutofillDialogViewDelegate; |
AutofillBubbleController* errorBubbleController_; |
+ // The view the current error bubble is anchored to. |
+ NSView* errorBubbleAnchorView_; |
+ |
autofill::AutofillDialogViewDelegate* delegate_; // Not owned. |
} |