| Index: content/browser/browser_thread_impl.h | 
| diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h | 
| index d00ff5b29bbd42dcbebc74c502fd0c8aadb681b8..e49962d9f34ae898bc263aa06b7848cd71a97ea6 100644 | 
| --- a/content/browser/browser_thread_impl.h | 
| +++ b/content/browser/browser_thread_impl.h | 
| @@ -35,13 +35,6 @@ class CONTENT_EXPORT BrowserThreadImpl | 
| // the API cleaner. Therefore make BrowserThread a friend class. | 
| friend class BrowserThread; | 
|  | 
| -  // TODO(brettw) remove this variant when Task->Closure migration is complete. | 
| -  static bool PostTaskHelper( | 
| -      BrowserThread::ID identifier, | 
| -      const tracked_objects::Location& from_here, | 
| -      Task* task, | 
| -      int64 delay_ms, | 
| -      bool nestable); | 
| static bool PostTaskHelper( | 
| BrowserThread::ID identifier, | 
| const tracked_objects::Location& from_here, | 
|  |