| Index: content/browser/browser_thread_impl.h
|
| diff --git a/content/browser/browser_thread_impl.h b/content/browser/browser_thread_impl.h
|
| index b16bb3623515db5ff226597cf7d35033b9f259f8..167cc3b85a1f0a6aaa0b5a0bbd9d985904450f1e 100644
|
| --- a/content/browser/browser_thread_impl.h
|
| +++ b/content/browser/browser_thread_impl.h
|
| @@ -60,6 +60,7 @@ class CONTENT_EXPORT BrowserThreadImpl : public BrowserThread,
|
|
|
| // For testing.
|
| friend class ContentTestSuiteBaseListener;
|
| + friend class TestBrowserThreadBundle;
|
| static void FlushThreadPoolHelper();
|
|
|
| // The identifier of this thread. Only one thread can exist with a given
|
|
|