| Index: chrome/common/net/gaia/oauth2_mint_token_flow.cc
|
| diff --git a/chrome/common/net/gaia/oauth2_mint_token_flow.cc b/chrome/common/net/gaia/oauth2_mint_token_flow.cc
|
| index b15a459d1fee05219e93adf0724e17f116b84552..b5c9e518d68721cb7cb716f7786e43568e32a943 100644
|
| --- a/chrome/common/net/gaia/oauth2_mint_token_flow.cc
|
| +++ b/chrome/common/net/gaia/oauth2_mint_token_flow.cc
|
| @@ -18,8 +18,8 @@
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/net/gaia/gaia_urls.h"
|
| #include "chrome/common/net/gaia/google_service_auth_error.h"
|
| -#include "content/public/common/url_fetcher.h"
|
| #include "net/base/escape.h"
|
| +#include "net/url_request/url_fetcher.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "net/url_request/url_request_status.h"
|
|
|
|
|