| Index: apps/app_restore_service_factory.h
|
| diff --git a/apps/app_restore_service_factory.h b/apps/app_restore_service_factory.h
|
| index c17e8455a241a21870eb5db9a032f0f9aefdfbc8..b84c585a64fe8860ae17bdf363cabebe80d586f5 100644
|
| --- a/apps/app_restore_service_factory.h
|
| +++ b/apps/app_restore_service_factory.h
|
| @@ -33,7 +33,7 @@ class AppRestoreServiceFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
| virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| };
|
|
|
|
|