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

Unified Diff: chrome/browser/signin/chrome_signin_client_factory.h

Issue 296703011: Change refs from ChromeSigninClient to base SigninClient class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 7 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
« no previous file with comments | « chrome/browser/signin/chrome_signin_client.h ('k') | chrome/browser/signin/chrome_signin_client_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/chrome_signin_client_factory.h
diff --git a/chrome/browser/signin/chrome_signin_client_factory.h b/chrome/browser/signin/chrome_signin_client_factory.h
index 06a08252499c62f0c7facd6d14a75741a9cc6de9..b1b96f6835aba65dde01128d62767d2e49bf2358 100644
--- a/chrome/browser/signin/chrome_signin_client_factory.h
+++ b/chrome/browser/signin/chrome_signin_client_factory.h
@@ -15,10 +15,10 @@ class Profile;
// Profiles.
class ChromeSigninClientFactory : public BrowserContextKeyedServiceFactory {
public:
- // Returns the instance of ChromeSigninClient associated with this profile
+ // Returns the instance of SigninClient associated with this profile
// (creating one if none exists). Returns NULL if this profile cannot have an
- // ChromeSigninClient (for example, if |profile| is incognito).
- static ChromeSigninClient* GetForProfile(Profile* profile);
+ // SigninClient (for example, if |profile| is incognito).
+ static SigninClient* GetForProfile(Profile* profile);
// Returns an instance of the factory singleton.
static ChromeSigninClientFactory* GetInstance();
« no previous file with comments | « chrome/browser/signin/chrome_signin_client.h ('k') | chrome/browser/signin/chrome_signin_client_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698