| Index: remoting/protocol/jingle_messages_unittest.cc
|
| diff --git a/remoting/protocol/jingle_messages_unittest.cc b/remoting/protocol/jingle_messages_unittest.cc
|
| index 2d6c1a31f1363182c13aee64d8b9b12ba299f691..0e215773f663e637c10bd21be271a59036b1d410 100644
|
| --- a/remoting/protocol/jingle_messages_unittest.cc
|
| +++ b/remoting/protocol/jingle_messages_unittest.cc
|
| @@ -314,7 +314,7 @@ TEST(JingleMessageReplyTest, ToXml) {
|
| "<unexpected-request/></error></iq>" },
|
| };
|
|
|
| - for (size_t i = 0; i < ARRAYSIZE_UNSAFE(tests); ++i) {
|
| + for (size_t i = 0; i < arraysize(tests); ++i) {
|
| JingleMessageReply reply_msg;
|
| if (tests[i].error_text.empty()) {
|
| reply_msg = JingleMessageReply(tests[i].error);
|
|
|