| Index: chromeos/timezone/timezone_unittest.cc
|
| diff --git a/chromeos/timezone/timezone_unittest.cc b/chromeos/timezone/timezone_unittest.cc
|
| index 1c130b6a0a4ecdb7fa204b9f2932a11fb743e986..76e387d5409166b8b6561ffa42d423d0115087df 100644
|
| --- a/chromeos/timezone/timezone_unittest.cc
|
| +++ b/chromeos/timezone/timezone_unittest.cc
|
| @@ -279,12 +279,12 @@ TEST_F(TimeZoneTest, InvalidResponse) {
|
| EXPECT_GE(url_factory.attempts(), 2U);
|
| if (url_factory.attempts() > expected_retries + 1) {
|
| LOG(WARNING) << "TimeZoneTest::InvalidResponse: Too many attempts ("
|
| - << url_factory.attempts() << "), no more then "
|
| + << url_factory.attempts() << "), no more than "
|
| << expected_retries + 1 << " expected.";
|
| }
|
| if (url_factory.attempts() < expected_retries - 1) {
|
| LOG(WARNING) << "TimeZoneTest::InvalidResponse: Too less attempts ("
|
| - << url_factory.attempts() << "), greater then "
|
| + << url_factory.attempts() << "), greater than "
|
| << expected_retries - 1 << " expected.";
|
| }
|
| }
|
|
|