Index: chrome/browser/autofill/autofill_manager.h |
diff --git a/chrome/browser/autofill/autofill_manager.h b/chrome/browser/autofill/autofill_manager.h |
index 750aa7540601b02b7c2b64bdb7d0159f1a080c8d..1c8d767e1e8fc985ab72f35ef657241da66e8a27 100644 |
--- a/chrome/browser/autofill/autofill_manager.h |
+++ b/chrome/browser/autofill/autofill_manager.h |
@@ -206,6 +206,11 @@ class AutoFillManager : public RenderViewHostDelegate::AutoFill, |
friend class FormStructureBrowserTest; |
FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, FillCreditCardForm); |
+ FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, |
+ FillCreditCardFormNoYearNoMonth); |
+ FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, FillCreditCardFormYearNoMonth); |
+ FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, FillCreditCardFormNoYearMonth); |
+ FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, FillCreditCardFormYearMonth); |
FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, FillAddressForm); |
FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, FillAddressAndCreditCardForm); |
FRIEND_TEST_ALL_PREFIXES(AutoFillManagerTest, FillAutoFilledForm); |