Index: chrome/browser/google_url_tracker_unittest.cc |
=================================================================== |
--- chrome/browser/google_url_tracker_unittest.cc (revision 7139) |
+++ chrome/browser/google_url_tracker_unittest.cc (working copy) |
@@ -24,7 +24,7 @@ |
{ "http://google/", false, "", }, |
}; |
- for (size_t i = 0; i < arraysize(data); ++i) { |
+ for (size_t i = 0; i < ARRAYSIZE_UNSAFE(data); ++i) { |
GURL base_url; |
const bool can_convert = GoogleURLTracker::CheckAndConvertToGoogleBaseURL( |
GURL(data[i].source_url), &base_url); |