| Index: chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc
|
| diff --git a/chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc b/chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc
|
| index 3fe0c66da1fa2c60e2b9189b2adcf435916c016f..015bb9943128169a481a32bff27e100e8def8956 100644
|
| --- a/chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc
|
| +++ b/chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc
|
| @@ -15,9 +15,9 @@
|
| #include "chrome/common/net/gaia/oauth2_mint_token_fetcher.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| -#include "content/public/test/test_url_fetcher_factory.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "net/http/http_status_code.h"
|
| +#include "net/url_request/test_url_fetcher_factory.h"
|
| #include "net/url_request/url_fetcher.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "net/url_request/url_fetcher_factory.h"
|
| @@ -28,6 +28,8 @@
|
|
|
| using content::BrowserThread;
|
| using net::ResponseCookies;
|
| +using net::ScopedURLFetcherFactory;
|
| +using net::TestURLFetcher;
|
| using net::URLFetcher;
|
| using net::URLFetcherDelegate;
|
| using net::URLFetcherFactory;
|
|
|