Index: components/autofill/core/browser/credit_card_field_unittest.cc |
diff --git a/components/autofill/core/browser/credit_card_field_unittest.cc b/components/autofill/core/browser/credit_card_field_unittest.cc |
index 073e5d7a6b45226cd478ea1f2f2c3f905ae4745f..037a302c340359eaef21595384e09f04342dddfc 100644 |
--- a/components/autofill/core/browser/credit_card_field_unittest.cc |
+++ b/components/autofill/core/browser/credit_card_field_unittest.cc |
@@ -11,6 +11,8 @@ |
#include "components/autofill/core/common/form_field_data.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+using base::ASCIIToUTF16; |
+ |
namespace autofill { |
class CreditCardFieldTest : public testing::Test { |