| Index: chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
|
| diff --git a/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc b/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
|
| index df52a15f31238c1f519a7a57188a2a0018c63ea9..596cf16644fd77f9f160bc411ce79fd399dcdd1a 100644
|
| --- a/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
|
| +++ b/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc
|
| @@ -17,6 +17,7 @@
|
| #include "chrome/common/net/gaia/google_service_auth_error.h"
|
| #include "chrome/common/net/http_return.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "content/common/url_fetcher.h"
|
| #include "content/test/test_url_fetcher_factory.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -60,7 +61,7 @@ void MockFetcher::Start() {
|
| }
|
|
|
|
|
| -class GaiaAuthFetcherTest : public testing::Test {
|
| +class GaiaAuthFetcherTest : public TestingBrowserProcessTest {
|
| public:
|
| GaiaAuthFetcherTest()
|
| : client_login_source_(GaiaUrls::GetInstance()->client_login_url()),
|
|
|