summaryrefslogtreecommitdiffstats
path: root/components/url_matcher/url_matcher_factory_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/url_matcher/url_matcher_factory_unittest.cc')
-rw-r--r--components/url_matcher/url_matcher_factory_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/url_matcher/url_matcher_factory_unittest.cc b/components/url_matcher/url_matcher_factory_unittest.cc
index e287156..c2fc71b 100644
--- a/components/url_matcher/url_matcher_factory_unittest.cc
+++ b/components/url_matcher/url_matcher_factory_unittest.cc
@@ -330,7 +330,7 @@ TEST(URLMatcherFactoryTest, CaseSensitivity) {
kIsUrlCaseSensitive, kIsUrlLowerCaseEnforced, url),
};
- for (size_t i = 0; i < ARRAYSIZE_UNSAFE(case_tests); ++i) {
+ for (size_t i = 0; i < arraysize(case_tests); ++i) {
SCOPED_TRACE(base::StringPrintf("Iteration: %" PRIuS, i));
case_tests[i].Test();
}