Index: cc/thread.h |
diff --git a/cc/thread.h b/cc/thread.h |
index c9f01a923f512123480663473376847b890ff659..c86aca971c50672bae7d73389ad05c6363876eea 100644 |
--- a/cc/thread.h |
+++ b/cc/thread.h |
@@ -21,7 +21,7 @@ public: |
virtual void postTask(base::Closure cb) = 0; |
// Executes the task after the specified delay. |
- virtual void postDelayedTask(base::Closure cb, long long delayMs) = 0; |
+ virtual void postDelayedTask(base::Closure cb, base::TimeDelta delay) = 0; |
virtual bool belongsToCurrentThread() const = 0; |
}; |