| Index: chrome/browser/ui/autofill/data_model_wrapper_unittest.cc
|
| diff --git a/chrome/browser/ui/autofill/data_model_wrapper_unittest.cc b/chrome/browser/ui/autofill/data_model_wrapper_unittest.cc
|
| index eaf8bf1f7429f8c3a9b8a7c4b8f81cf532fcaffd..03ed203bf06dcefce9a01078e60fb1392dae1581 100644
|
| --- a/chrome/browser/ui/autofill/data_model_wrapper_unittest.cc
|
| +++ b/chrome/browser/ui/autofill/data_model_wrapper_unittest.cc
|
| @@ -30,7 +30,6 @@ TEST(AutofillCreditCardWrapperTest, GetInfoCreditCardExpMonth) {
|
| }
|
| }
|
|
|
| -#if !defined(OS_ANDROID)
|
| TEST(AutofillCreditCardWrapperTest, GetDisplayTextEmptyWhenExpired) {
|
| CreditCard card;
|
| card.SetRawInfo(CREDIT_CARD_EXP_MONTH, ASCIIToUTF16("1"));
|
| @@ -92,7 +91,6 @@ TEST(DataModelWrapperTest, GetDisplayTextEmptyWithoutPhone) {
|
| address_wrapper.GetInfo(AutofillType(PHONE_HOME_WHOLE_NUMBER)));
|
| EXPECT_FALSE(address_wrapper.GetDisplayText(&unused, &unused2));
|
| }
|
| -#endif
|
|
|
| TEST(WalletInstrumentWrapperTest, GetInfoCreditCardExpMonth) {
|
| scoped_ptr<wallet::WalletItems::MaskedInstrument> instrument(
|
|
|