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 31d06a07532cf834cd7c98203d431441d8ee788c..2fc6dbe0cb191e2bfcb7b0fbbefefe6133b1db81 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) |
@@ -49,7 +49,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) |