Index: remoting/host/it2me_host_user_interface.cc |
=================================================================== |
--- remoting/host/it2me_host_user_interface.cc (revision 140108) |
+++ remoting/host/it2me_host_user_interface.cc (working copy) |
@@ -30,8 +30,7 @@ |
const base::Closure& task, |
int delay_ms) |
: thread_proxy_(message_loop) { |
- thread_proxy_.PostDelayedTask( |
- FROM_HERE, task, base::TimeDelta::FromMilliseconds(delay_ms)); |
+ thread_proxy_.PostDelayedTask(FROM_HERE, task, delay_ms); |
} |
private: |