| Index: content/browser/browser_thread_impl.h
|
| diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h
|
| index 4488f854587e8293fb4ddbc418d3c70b0370640b..56501799a4ba0cda56b8b8f3a0863ef80040a616 100644
|
| --- a/content/browser/browser_thread_impl.h
|
| +++ b/content/browser/browser_thread_impl.h
|
| @@ -41,7 +41,7 @@ class CONTENT_EXPORT BrowserThreadImpl
|
| BrowserThread::ID identifier,
|
| const tracked_objects::Location& from_here,
|
| const base::Closure& task,
|
| - int64 delay_ms,
|
| + base::TimeDelta delay,
|
| bool nestable);
|
|
|
| // Common initialization code for the constructors.
|
|
|