summaryrefslogtreecommitdiffstats
path: root/dbus/bus.h
diff options
context:
space:
mode:
authortedvessenes@gmail.com <tedvessenes@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-11 01:12:20 +0000
committertedvessenes@gmail.com <tedvessenes@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-11 01:12:20 +0000
commit4b45426889b252dd2094371f8b7b62aaa0220c2d (patch)
tree2db3b96f5bc95f4ce51f60903f550935171301bd /dbus/bus.h
parent21658d82902a1c89a260744c86909a0cdb7a20c3 (diff)
downloadchromium_src-4b45426889b252dd2094371f8b7b62aaa0220c2d.zip
chromium_src-4b45426889b252dd2094371f8b7b62aaa0220c2d.tar.gz
chromium_src-4b45426889b252dd2094371f8b7b62aaa0220c2d.tar.bz2
Convert uses of int ms to TimeDelta in dbus.
R=satorux@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/9582044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126055 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'dbus/bus.h')
-rw-r--r--dbus/bus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/bus.h b/dbus/bus.h
index 0cafd9e..2684dcd 100644
--- a/dbus/bus.h
+++ b/dbus/bus.h
@@ -396,7 +396,7 @@ class Bus : public base::RefCountedThreadSafe<Bus> {
virtual void PostDelayedTaskToDBusThread(
const tracked_objects::Location& from_here,
const base::Closure& task,
- int delay_ms);
+ base::TimeDelta delay);
// Returns true if the bus has the D-Bus thread.
virtual bool HasDBusThread();