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

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

Issue 11991002: Merge 176800 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1364/src/
Patch Set: Created 7 years, 11 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/oauth1_token_fetcher.h
===================================================================
--- chrome/browser/chromeos/login/oauth1_token_fetcher.h (revision 177312)
+++ chrome/browser/chromeos/login/oauth1_token_fetcher.h (working copy)
@@ -13,7 +13,9 @@
#include "chrome/browser/net/gaia/gaia_oauth_consumer.h"
#include "chrome/browser/net/gaia/gaia_oauth_fetcher.h"
-class Profile;
+namespace net {
+class URLRequestContextGetter;
+}
namespace chromeos {
@@ -32,7 +34,7 @@
};
OAuth1TokenFetcher(OAuth1TokenFetcher::Delegate* delegate,
- Profile* auth_profile);
+ net::URLRequestContextGetter* auth_context_getter);
virtual ~OAuth1TokenFetcher();
void Start();
@@ -54,7 +56,6 @@
const GoogleServiceAuthError& error) OVERRIDE;
OAuth1TokenFetcher::Delegate* delegate_;
- Profile* auth_profile_;
GaiaOAuthFetcher oauth_fetcher_;
// The retry counter. Increment this only when failure happened.
« no previous file with comments | « chrome/browser/chromeos/login/oauth1_login_verifier.cc ('k') | chrome/browser/chromeos/login/oauth1_token_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698