Chromium Code Reviews| Index: content/browser/browser_thread_impl.h |
| diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h |
| index e86f4ec907a76f9fe3aab439db527f4d94f94935..29081ebbf227d0b51878a646c8bb853cbd2ab36d 100644 |
| --- a/content/browser/browser_thread_impl.h |
| +++ b/content/browser/browser_thread_impl.h |
| @@ -12,6 +12,8 @@ |
| namespace content { |
| +// Very few users should use this directly. To mock BrowserThreads, tests should |
| +// use TestBrowserThreadBundle instead. |
| class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread, |
| public base::Thread { |
| public: |