| Index: components/password_manager/core/browser/password_store_default_unittest.cc
|
| diff --git a/components/password_manager/core/browser/password_store_default_unittest.cc b/components/password_manager/core/browser/password_store_default_unittest.cc
|
| index c0eb92a2f96c1ec69b6b959509ed20b6a8856dec..7b6ef5e5ab7b1db801e11c17420004af532c8d3b 100644
|
| --- a/components/password_manager/core/browser/password_store_default_unittest.cc
|
| +++ b/components/password_manager/core/browser/password_store_default_unittest.cc
|
| @@ -91,7 +91,7 @@ TEST_F(PasswordStoreDefaultTest, NonASCIIData) {
|
|
|
| // Build the expected forms vector and add the forms to the store.
|
| std::vector<PasswordForm*> expected_forms;
|
| - for (unsigned int i = 0; i < ARRAYSIZE_UNSAFE(form_data); ++i) {
|
| + for (unsigned int i = 0; i < arraysize(form_data); ++i) {
|
| PasswordForm* form = CreatePasswordFormFromData(form_data[i]);
|
| expected_forms.push_back(form);
|
| store->AddLogin(*form);
|
|
|