| 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)
|
|
|