summaryrefslogtreecommitdiffstats
path: root/remoting/base/scoped_thread_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/base/scoped_thread_proxy.h')
-rw-r--r--remoting/base/scoped_thread_proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/base/scoped_thread_proxy.h b/remoting/base/scoped_thread_proxy.h
index 9e43a15..8e69d8f 100644
--- a/remoting/base/scoped_thread_proxy.h
+++ b/remoting/base/scoped_thread_proxy.h
@@ -54,7 +54,7 @@ class ScopedThreadProxy {
const base::Closure& closure);
void PostDelayedTask(const tracked_objects::Location& from_here,
const base::Closure& closure,
- int64 delay_ms);
+ base::TimeDelta delay);
// Cancels all tasks posted via this proxy. Must be called on the
// thread this object belongs to.