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

Unified Diff: chrome/browser/chromeos/login/cookie_fetcher.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/cookie_fetcher.h
===================================================================
--- chrome/browser/chromeos/login/cookie_fetcher.h (revision 107061)
+++ chrome/browser/chromeos/login/cookie_fetcher.h (working copy)
@@ -42,12 +42,12 @@
void AttemptFetch(const std::string& credentials);
// Overloaded from content::URLFetcherDelegate.
- virtual void OnURLFetchComplete(const URLFetcher* source);
+ virtual void OnURLFetchComplete(const content::URLFetcher* source);
private:
virtual ~CookieFetcher();
- scoped_ptr<URLFetcher> fetcher_;
+ scoped_ptr<content::URLFetcher> fetcher_;
Profile* profile_;
scoped_ptr<AuthResponseHandler> client_login_handler_;
scoped_ptr<AuthResponseHandler> issue_handler_;
« no previous file with comments | « chrome/browser/chromeos/login/client_login_response_handler.cc ('k') | chrome/browser/chromeos/login/cookie_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698