| 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 ed5a76a0fd8a8d96c670b284ffa6521f50453c59..3fe0c66da1fa2c60e2b9189b2adcf435916c016f 100644
|
| --- a/chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc
|
| +++ b/chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc
|
| @@ -14,11 +14,11 @@
|
| #include "chrome/common/net/gaia/oauth2_mint_token_consumer.h"
|
| #include "chrome/common/net/gaia/oauth2_mint_token_fetcher.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| -#include "content/public/common/url_fetcher.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/url_fetcher.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "net/url_request/url_fetcher_factory.h"
|
| #include "net/url_request/url_request.h"
|
|
|