Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(692)

Unified Diff: chrome/browser/chromeos/login/client_login_response_handler.h

Issue 8375039: Create a content::UrlFetcher interface that lives in content/public/common and convert users to i... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_; }
« no previous file with comments | « chrome/browser/chromeos/login/auth_response_handler.h ('k') | chrome/browser/chromeos/login/client_login_response_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698