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