Index: chrome/browser/ui/views/autofill/card_unmask_prompt_views.h |
diff --git a/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h b/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h |
index d7f6af7dd2d0696544b9f545df2b6d988a464763..d71c991f6462596b9dd719d45400a8b5217921d8 100644 |
--- a/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h |
+++ b/chrome/browser/ui/views/autofill/card_unmask_prompt_views.h |
@@ -120,6 +120,9 @@ class CardUnmaskPromptViews : public CardUnmaskPromptView, |
views::View* main_contents_; |
+ // Expository language at the top of the dialog. |
+ views::Label* instructions_; |
+ |
// The error label for permanent errors (where the user can't retry). |
views::Label* permanent_error_label_; |