| Index: chrome/browser/signin/signin_manager_factory.h
|
| diff --git a/chrome/browser/signin/signin_manager_factory.h b/chrome/browser/signin/signin_manager_factory.h
|
| index 7cb2b81f3f4d34ee9e3b4632b2e2d6a1b4a71594..49937c80609635fa75578e3629157e4d00dcc5df 100644
|
| --- a/chrome/browser/signin/signin_manager_factory.h
|
| +++ b/chrome/browser/signin/signin_manager_factory.h
|
| @@ -45,7 +45,7 @@ class SigninManagerFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
| };
|
|
|
| #endif // CHROME_BROWSER_SIGNIN_SIGNIN_MANAGER_FACTORY_H_
|
|
|