| Index: dbus/end_to_end_async_unittest.cc
|
| diff --git a/dbus/end_to_end_async_unittest.cc b/dbus/end_to_end_async_unittest.cc
|
| index 302b7b4758569fa0aa732a5a8f2110834f81145a..600c83a6e71ce9e7ab42372cfb374dfb8d9b075a 100644
|
| --- a/dbus/end_to_end_async_unittest.cc
|
| +++ b/dbus/end_to_end_async_unittest.cc
|
| @@ -314,7 +314,7 @@ TEST_F(EndToEndAsyncTest, EmptyResponseCallback) {
|
| // Post a delayed task to quit the message loop.
|
| message_loop_.PostDelayedTask(FROM_HERE,
|
| MessageLoop::QuitClosure(),
|
| - TestTimeouts::tiny_timeout_ms());
|
| + TestTimeouts::tiny_timeout());
|
| message_loop_.Run();
|
| // We cannot tell if the empty callback is called, but at least we can
|
| // check if the test does not crash.
|
|
|