| Index: content/shell/renderer/test_runner/mock_grammar_check.cc
|
| diff --git a/content/shell/renderer/test_runner/mock_grammar_check.cc b/content/shell/renderer/test_runner/mock_grammar_check.cc
|
| index cd5a6ed6274839ffb1cf874f59961d7e91b0a102..bd38de1d40a4ea220d117a3a058b96353846ef97 100644
|
| --- a/content/shell/renderer/test_runner/mock_grammar_check.cc
|
| +++ b/content/shell/renderer/test_runner/mock_grammar_check.cc
|
| @@ -44,7 +44,7 @@ bool MockGrammarCheck::CheckGrammarOfString(
|
| {"the the adlj adaasj sdklj. there there", 33, 5},
|
| {"zz apple orange.", 0, 16},
|
| };
|
| - for (size_t i = 0; i < ARRAYSIZE_UNSAFE(kGrammarErrors); ++i) {
|
| + for (size_t i = 0; i < arraysize(kGrammarErrors); ++i) {
|
| size_t offset = 0;
|
| base::string16 error(
|
| kGrammarErrors[i].text,
|
|
|