| Index: components/autofill/core/browser/contact_info_unittest.cc
|
| diff --git a/components/autofill/core/browser/contact_info_unittest.cc b/components/autofill/core/browser/contact_info_unittest.cc
|
| index 937d748c35737084576a20ef68aa7b897a34bed1..27d7d7663399b00c17d8722b596599926f76ac73 100644
|
| --- a/components/autofill/core/browser/contact_info_unittest.cc
|
| +++ b/components/autofill/core/browser/contact_info_unittest.cc
|
| @@ -218,7 +218,7 @@ TEST(NameInfoTest, ParsedNamesAreEqual) {
|
| false},
|
| };
|
|
|
| - for (size_t i = 0; i < ARRAYSIZE_UNSAFE(test_cases); ++i) {
|
| + for (size_t i = 0; i < arraysize(test_cases); ++i) {
|
| SCOPED_TRACE(base::StringPrintf("i: %" PRIuS, i));
|
|
|
| // Construct the starting_profile.
|
|
|