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

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

Issue 14141006: [components] Switch {RefCounted}ProfileKeyedService to use BrowserContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for review Created 7 years, 8 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/signin/fake_signin_manager.h
diff --git a/chrome/browser/signin/fake_signin_manager.h b/chrome/browser/signin/fake_signin_manager.h
index a11ca9f3ad576439f8ab08bff0b02a9e3124f308..ab8f3a315628fabdad4bb39a6068b2a462ba99c5 100644
--- a/chrome/browser/signin/fake_signin_manager.h
+++ b/chrome/browser/signin/fake_signin_manager.h
@@ -21,7 +21,7 @@ class FakeSigninManagerBase : public SigninManagerBase {
virtual void SignOut() OVERRIDE;
// Helper function to be used with ProfileKeyedService::SetTestingFactory().
- static ProfileKeyedService* Build(Profile* profile);
+ static ProfileKeyedService* Build(content::BrowserContext* profile);
};
#if !defined(OS_CHROMEOS)
@@ -51,7 +51,7 @@ class FakeSigninManager : public SigninManager {
const std::string& password) OVERRIDE;
// Helper function to be used with ProfileKeyedService::SetTestingFactory().
- static ProfileKeyedService* Build(Profile* profile);
+ static ProfileKeyedService* Build(content::BrowserContext* profile);
};
#endif // !defined (OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698