| Index: dbus/test_service.cc
|
| diff --git a/dbus/test_service.cc b/dbus/test_service.cc
|
| index ea8e3601b0f12a1f414f7f972bcb0441794f8dd9..5670342ec6c22113946b34bfc34f9020774c43fc 100644
|
| --- a/dbus/test_service.cc
|
| +++ b/dbus/test_service.cc
|
| @@ -190,7 +190,7 @@ void TestService::Echo(MethodCall* method_call,
|
| void TestService::SlowEcho(
|
| MethodCall* method_call,
|
| dbus::ExportedObject::ResponseSender response_sender) {
|
| - base::PlatformThread::Sleep(TestTimeouts::tiny_timeout_ms());
|
| + base::PlatformThread::Sleep(TestTimeouts::tiny_timeout());
|
| Echo(method_call, response_sender);
|
| }
|
|
|
|
|