| 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 e2010e8b9ec295ca34b02109faa771d2eb4fc661..17438aa21acf28596eb9ecadb5ca06efcf77ffb7 100644
|
| --- a/chrome/common/net/gaia/oauth2_mint_token_flow.cc
|
| +++ b/chrome/common/net/gaia/oauth2_mint_token_flow.cc
|
| @@ -23,7 +23,7 @@
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "net/url_request/url_request_status.h"
|
|
|
| -using content::URLFetcher;
|
| +using net::URLFetcher;
|
| using net::URLRequestContextGetter;
|
| using net::URLRequestStatus;
|
|
|
|
|