Index: remoting/base/scoped_thread_proxy.h |
=================================================================== |
--- remoting/base/scoped_thread_proxy.h (revision 140108) |
+++ remoting/base/scoped_thread_proxy.h (working copy) |
@@ -54,7 +54,7 @@ |
const base::Closure& closure); |
void PostDelayedTask(const tracked_objects::Location& from_here, |
const base::Closure& closure, |
- base::TimeDelta delay); |
+ int64 delay_ms); |
// Cancels all tasks posted via this proxy. Must be called on the |
// thread this object belongs to. |
Property changes on: remoting/base/scoped_thread_proxy.h |
___________________________________________________________________ |
Deleted: svn:mergeinfo |