Index: chrome_frame/test/net/fake_external_tab.h |
=================================================================== |
--- chrome_frame/test/net/fake_external_tab.h (revision 65626) |
+++ chrome_frame/test/net/fake_external_tab.h (working copy) |
@@ -73,6 +73,9 @@ |
void StartTests(); |
+ // Borrowed from TestSuite::Initialize(). |
+ static void InitializeLogging(); |
+ |
protected: |
// This is the thread that runs all the UrlRequest tests. |
// Within its context, the Initialize() and Shutdown() routines above |
@@ -82,8 +85,6 @@ |
static void TakeDownBrowser(CFUrlRequestUnittestRunner* me); |
protected: |
- // Borrowed from TestSuite::Initialize(). |
- void InitializeLogging(); |
protected: |
ScopedHandle test_thread_; |