| Index: cc/test/scheduler_test_common.h
|
| diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
|
| index be13fbf5cd23447fd5a46ad55c820614401f1569..f42d10f65c5383f23bf63f47590c5fdcb02351b2 100644
|
| --- a/cc/test/scheduler_test_common.h
|
| +++ b/cc/test/scheduler_test_common.h
|
| @@ -52,7 +52,7 @@ public:
|
| }
|
|
|
| virtual void postTask(base::Closure cb) OVERRIDE;
|
| - virtual void postDelayedTask(base::Closure cb, long long delay) OVERRIDE;
|
| + virtual void postDelayedTask(base::Closure cb, base::TimeDelta delay) OVERRIDE;
|
| virtual bool belongsToCurrentThread() const OVERRIDE;
|
|
|
| protected:
|
|
|