| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc (revision 30691)
|
| +++ chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc (working copy)
|
| @@ -75,7 +75,8 @@
|
| };
|
|
|
| SafeBrowsingBlockingPageTest()
|
| - : io_thread_(ChromeThread::IO, MessageLoop::current()) {
|
| + : ui_thread_(ChromeThread::UI, MessageLoop::current()),
|
| + io_thread_(ChromeThread::IO, MessageLoop::current()) {
|
| ResetUserResponse();
|
| service_ = new SafeBrowsingService();
|
| }
|
| @@ -159,6 +160,7 @@
|
| UserResponse user_response_;
|
| scoped_refptr<SafeBrowsingService> service_;
|
| TestSafeBrowsingBlockingPageFactory factory_;
|
| + ChromeThread ui_thread_;
|
| ChromeThread io_thread_;
|
| };
|
|
|
|
|