Index: chrome/browser/chromeos/login/client_login_response_handler.h |
=================================================================== |
--- chrome/browser/chromeos/login/client_login_response_handler.h (revision 106929) |
+++ chrome/browser/chromeos/login/client_login_response_handler.h (working copy) |
@@ -35,7 +35,7 @@ |
// to sent to IssueAuthToken and issues said query. |catcher| will receive |
// the response to the fetch. |
virtual URLFetcher* Handle(const std::string& to_process, |
- URLFetcher::Delegate* catcher); |
+ content::URLFetcherDelegate* catcher); |
// exposed for tests. |
std::string payload() { return payload_; } |