| Index: chrome/common/net/gaia/oauth2_revocation_fetcher.cc
|
| diff --git a/chrome/common/net/gaia/oauth2_revocation_fetcher.cc b/chrome/common/net/gaia/oauth2_revocation_fetcher.cc
|
| index afd7bd93a08041705b6ead2d2999b7c1b99d205a..296609ac6b23b70cd0637bc545dca471bec34d11 100644
|
| --- a/chrome/common/net/gaia/oauth2_revocation_fetcher.cc
|
| +++ b/chrome/common/net/gaia/oauth2_revocation_fetcher.cc
|
| @@ -21,7 +21,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;
|
|
|