| Index: chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| diff --git a/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc b/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| index 38adbdaada52d724cb7a059adf033ee3b1fb668b..3846845f5489c882fe8a6c9bc96c5d828e384e96 100644
|
| --- a/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| +++ b/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
|
| @@ -25,8 +25,8 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/net/gaia/gaia_auth_fetcher_unittest.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| -#include "content/browser/browser_thread.h"
|
| #include "content/common/net/url_fetcher.h"
|
| +#include "content/test/test_browser_thread.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/url_request/url_request_status.h"
|
| @@ -226,9 +226,9 @@ class ParallelAuthenticatorTest : public testing::Test {
|
| }
|
|
|
| MessageLoop message_loop_;
|
| - BrowserThread ui_thread_;
|
| - BrowserThread file_thread_;
|
| - BrowserThread io_thread_;
|
| + content::TestBrowserThread ui_thread_;
|
| + content::TestBrowserThread file_thread_;
|
| + content::TestBrowserThread io_thread_;
|
|
|
| std::string username_;
|
| std::string password_;
|
|
|