Index: components/autofill/core/browser/autofill_country_unittest.cc |
diff --git a/components/autofill/core/browser/autofill_country_unittest.cc b/components/autofill/core/browser/autofill_country_unittest.cc |
index dc43a52a1aa634d1e122a45967f20b229086a0a0..09959c0cea1aaa820bf6e5cf2ca751ecd36d0753 100644 |
--- a/components/autofill/core/browser/autofill_country_unittest.cc |
+++ b/components/autofill/core/browser/autofill_country_unittest.cc |
@@ -9,6 +9,8 @@ |
#include "components/autofill/core/browser/autofill_country.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+using base::ASCIIToUTF16; |
+ |
namespace autofill { |
// Test the constructor and accessors |