Index: content/public/browser/browser_thread.h |
=================================================================== |
--- content/public/browser/browser_thread.h (revision 143291) |
+++ content/public/browser/browser_thread.h (working copy) |
@@ -271,7 +271,7 @@ |
// ... |
// private: |
// friend struct BrowserThread::DeleteOnThread<BrowserThread::IO>; |
- // friend class DeleteTask<Foo>; |
+ // friend class base::DeleteHelper<Foo>; |
// |
// ~Foo(); |
struct DeleteOnUIThread : public DeleteOnThread<UI> { }; |