Index: chrome/browser/chromeos/login/issue_response_handler.h |
=================================================================== |
--- chrome/browser/chromeos/login/issue_response_handler.h (revision 107061) |
+++ chrome/browser/chromeos/login/issue_response_handler.h (working copy) |
@@ -36,8 +36,8 @@ |
// to sent to TokenAuth, and issues said query. |catcher| will receive |
// the response to the fetch. This fetch will follow redirects, which is |
// necesary to support GAFYD and corp accounts. |
- virtual URLFetcher* Handle(const std::string& to_process, |
- content::URLFetcherDelegate* catcher); |
+ virtual content::URLFetcher* Handle(const std::string& to_process, |
+ content::URLFetcherDelegate* catcher); |
// exposed for testing |
std::string token_url() { return token_url_; } |