| Index: chrome/common/net/gaia/oauth2_mint_token_fetcher.cc
|
| diff --git a/chrome/common/net/gaia/oauth2_mint_token_fetcher.cc b/chrome/common/net/gaia/oauth2_mint_token_fetcher.cc
|
| index 0ed97b6e29364a482cd3668398677a0fcd4259f9..f514efa53ba162914f4c656021920ef359933cd3 100644
|
| --- a/chrome/common/net/gaia/oauth2_mint_token_fetcher.cc
|
| +++ b/chrome/common/net/gaia/oauth2_mint_token_fetcher.cc
|
| @@ -20,7 +20,7 @@
|
| #include "net/url_request/url_request_status.h"
|
|
|
| using content::URLFetcher;
|
| -using content::URLFetcherDelegate;
|
| +using net::URLFetcherDelegate;
|
| using net::ResponseCookies;
|
| using net::URLRequestContextGetter;
|
| using net::URLRequestStatus;
|
|
|