Index: chrome/common/net/gaia/oauth2_mint_token_fetcher.h |
diff --git a/chrome/common/net/gaia/oauth2_mint_token_fetcher.h b/chrome/common/net/gaia/oauth2_mint_token_fetcher.h |
index e709a7a2dc89179694b973dbe1e44d122be34cbf..1af95a4b7cb28c57b678f0b5120a357b7530fd30 100644 |
--- a/chrome/common/net/gaia/oauth2_mint_token_fetcher.h |
+++ b/chrome/common/net/gaia/oauth2_mint_token_fetcher.h |
@@ -13,8 +13,8 @@ |
#include "base/memory/scoped_ptr.h" |
#include "chrome/common/net/gaia/oauth2_mint_token_consumer.h" |
#include "content/public/common/url_fetcher.h" |
-#include "content/public/common/url_fetcher_delegate.h" |
#include "googleurl/src/gurl.h" |
+#include "net/url_request/url_fetcher_delegate.h" |
class OAuth2MintTokenFetcherTest; |
@@ -39,7 +39,7 @@ class URLRequestStatus; |
// |
// This class can handle one request at a time. To parallelize requests, |
// create multiple instances. |
-class OAuth2MintTokenFetcher : public content::URLFetcherDelegate { |
+class OAuth2MintTokenFetcher : public net::URLFetcherDelegate { |
public: |
OAuth2MintTokenFetcher(OAuth2MintTokenConsumer* consumer, |
net::URLRequestContextGetter* getter, |
@@ -54,7 +54,7 @@ class OAuth2MintTokenFetcher : public content::URLFetcherDelegate { |
void CancelRequest(); |
- // Implementation of content::URLFetcherDelegate |
+ // Implementation of net::URLFetcherDelegate |
virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE; |
private: |