summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
Diffstat (limited to 'jingle')
-rw-r--r--jingle/glue/thread_wrapper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/jingle/glue/thread_wrapper.cc b/jingle/glue/thread_wrapper.cc
index 3180132..f92621f 100644
--- a/jingle/glue/thread_wrapper.cc
+++ b/jingle/glue/thread_wrapper.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -215,7 +215,7 @@ void JingleThreadWrapper::PostTaskInternal(
message_loop_->PostDelayedTask(FROM_HERE,
base::Bind(&JingleThreadWrapper::RunTask,
base::Unretained(this), task_id),
- base::TimeDelta::FromMilliseconds(delay_ms));
+ delay_ms);
}
}