summaryrefslogtreecommitdiffstats
path: root/dbus/bus.h
diff options
context:
space:
mode:
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();