Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3092)

Unified Diff: dbus/test_service.cc

Issue 9582044: Convert uses of int ms to TimeDelta in dbus. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix mock PostDelayedTask function interface. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dbus/mock_bus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « dbus/mock_bus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698