Index: chrome/common/net/gaia/oauth2_access_token_fetcher.cc |
diff --git a/chrome/common/net/gaia/oauth2_access_token_fetcher.cc b/chrome/common/net/gaia/oauth2_access_token_fetcher.cc |
index da5b8641dfadcf17a8572498be6158f4c334375f..d1f286b14ae55ce6a6809ee106cc7f1858ea61b1 100644 |
--- a/chrome/common/net/gaia/oauth2_access_token_fetcher.cc |
+++ b/chrome/common/net/gaia/oauth2_access_token_fetcher.cc |
@@ -21,7 +21,7 @@ |
#include "net/url_request/url_request_status.h" |
using content::URLFetcher; |
wtc
2012/05/22 17:26:38
This file uses a mixture of content::URLFetcher (e
akalin
2012/05/22 21:07:05
Not intentional, but it's harmless (since I'll rem
|
-using content::URLFetcherDelegate; |
+using net::URLFetcherDelegate; |
wtc
2012/05/22 17:26:38
Nit: sort this?
Note: several other files have th
akalin
2012/05/22 21:07:05
Done, sorted other files, too.
|
using net::ResponseCookies; |
using net::URLRequestContextGetter; |
using net::URLRequestStatus; |