| Index: chrome/browser/signin/about_signin_internals_factory.h
|
| diff --git a/chrome/browser/signin/about_signin_internals_factory.h b/chrome/browser/signin/about_signin_internals_factory.h
|
| index c3f0a5827baba4da8b442bb1a2dd0a92a8f15840..ab2cc4182bade0ee0280f5e48a9efd01f6f9e9ae 100644
|
| --- a/chrome/browser/signin/about_signin_internals_factory.h
|
| +++ b/chrome/browser/signin/about_signin_internals_factory.h
|
| @@ -34,7 +34,7 @@ class AboutSigninInternalsFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedServiceFactory
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
| };
|
|
|
| #endif // CHROME_BROWSER_SIGNIN_ABOUT_SIGNIN_INTERNALS_FACTORY_H_
|
|
|