| Index: chromeos/geolocation/simple_geolocation_unittest.cc
|
| diff --git a/chromeos/geolocation/simple_geolocation_unittest.cc b/chromeos/geolocation/simple_geolocation_unittest.cc
|
| index 409a00e684ae39a45b94e2f9288a4a59da33bcac..9ea77e4fa211914df0ae0028d8acebba6be1ad5e 100644
|
| --- a/chromeos/geolocation/simple_geolocation_unittest.cc
|
| +++ b/chromeos/geolocation/simple_geolocation_unittest.cc
|
| @@ -282,13 +282,13 @@ TEST_F(SimpleGeolocationTest, InvalidResponse) {
|
| if (url_factory.attempts() > expected_retries + 1) {
|
| LOG(WARNING)
|
| << "SimpleGeolocationTest::InvalidResponse: Too many attempts ("
|
| - << url_factory.attempts() << "), no more then " << expected_retries + 1
|
| + << url_factory.attempts() << "), no more than " << expected_retries + 1
|
| << " expected.";
|
| }
|
| if (url_factory.attempts() < expected_retries - 1) {
|
| LOG(WARNING)
|
| << "SimpleGeolocationTest::InvalidResponse: Too little attempts ("
|
| - << url_factory.attempts() << "), greater then " << expected_retries - 1
|
| + << url_factory.attempts() << "), greater than " << expected_retries - 1
|
| << " expected.";
|
| }
|
| }
|
|
|