| Index: chrome/common/net/gaia/oauth2_api_call_flow.cc
|
| diff --git a/chrome/common/net/gaia/oauth2_api_call_flow.cc b/chrome/common/net/gaia/oauth2_api_call_flow.cc
|
| index 189ab8a2b59e9d533adb8c6edf38c05e2c2f1e15..f1573612284eaf16f5d98d2fbd3085bdf4b5ff5a 100644
|
| --- a/chrome/common/net/gaia/oauth2_api_call_flow.cc
|
| +++ b/chrome/common/net/gaia/oauth2_api_call_flow.cc
|
| @@ -17,7 +17,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;
|
|
|