Index: chrome/browser/chromeos/login/client_login_response_handler.h |
=================================================================== |
--- chrome/browser/chromeos/login/client_login_response_handler.h (revision 107061) |
+++ chrome/browser/chromeos/login/client_login_response_handler.h (working copy) |
@@ -34,8 +34,8 @@ |
// Takes in a response from ClientLogin, formats into an appropriate query |
// to sent to IssueAuthToken and issues said query. |catcher| will receive |
// the response to the fetch. |
- 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 tests. |
std::string payload() { return payload_; } |