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

Unified Diff: chrome/browser/chromeos/login/auth_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/auth_response_handler.h
===================================================================
--- chrome/browser/chromeos/login/auth_response_handler.h (revision 107061)
+++ chrome/browser/chromeos/login/auth_response_handler.h (working copy)
@@ -30,8 +30,8 @@
// the next step, sets |catcher| to get called back when that fetcher is done.
// Starts the fetch and returns the fetcher, so the the caller can handle
// the object lifetime.
- virtual URLFetcher* Handle(const std::string& to_process,
- content::URLFetcherDelegate* catcher) = 0;
+ virtual content::URLFetcher* Handle(const std::string& to_process,
+ content::URLFetcherDelegate* catcher) = 0;
};
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/customization_document.cc ('k') | chrome/browser/chromeos/login/client_login_response_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698