Index: cc/base/thread_impl.h |
diff --git a/cc/base/thread_impl.h b/cc/base/thread_impl.h |
index da97d9a7a46cafe08e2111e7b36a9560514039ff..064c8bfa95f3f22a691b307fcce7aba170f3f929 100644 |
--- a/cc/base/thread_impl.h |
+++ b/cc/base/thread_impl.h |
@@ -25,9 +25,9 @@ class CC_EXPORT ThreadImpl : public Thread { |
virtual ~ThreadImpl(); |
- // Thread implementation |
virtual void PostTask(base::Closure cb) OVERRIDE; |
- virtual void PostDelayedTask(base::Closure cb, long long delay_ms) OVERRIDE; |
+ virtual void PostDelayedTask(base::Closure cb, base::TimeDelta delay) |
+ OVERRIDE; |
virtual bool BelongsToCurrentThread() const OVERRIDE; |
private: |