Chromium Code Reviews| Index: dbus/bus.h |
| diff --git a/dbus/bus.h b/dbus/bus.h |
| index e045386cfce107136f4b6f2b11f508b986495a43..bc084cd365bb6c5cf48f4e768d2db20c2bfc9551 100644 |
| --- a/dbus/bus.h |
| +++ b/dbus/bus.h |
| @@ -382,7 +382,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(); |