Chromium Code Reviews| Index: dbus/test_service.cc |
| diff --git a/dbus/test_service.cc b/dbus/test_service.cc |
| index 23c4bc556ef59f4e00b7aa1e5265235de0112ae9..ef15f042dacbe9651d7e32f99b9f44f514f6488d 100644 |
| --- a/dbus/test_service.cc |
| +++ b/dbus/test_service.cc |
| @@ -232,7 +232,7 @@ void TestService::AsyncEcho( |
| base::Unretained(this), |
| method_call, |
| response_sender), |
| - TestTimeouts::tiny_timeout_ms()); |
| + TestTimeouts::tiny_timeout()); |
| } |
| void TestService::BrokenMethod( |