| Index: chrome/browser/profiles/startup_task_runner_service_factory.h
|
| diff --git a/chrome/browser/profiles/startup_task_runner_service_factory.h b/chrome/browser/profiles/startup_task_runner_service_factory.h
|
| index 58bb4dbd9db4ed03e487d54451c73ef61b5193e8..5811154efde2858ddedd1462282c4808f53e24e1 100644
|
| --- a/chrome/browser/profiles/startup_task_runner_service_factory.h
|
| +++ b/chrome/browser/profiles/startup_task_runner_service_factory.h
|
| @@ -31,7 +31,7 @@ class StartupTaskRunnerServiceFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(StartupTaskRunnerServiceFactory);
|
| };
|
|
|