| Index: chrome/browser/extensions/api/idle/idle_manager_factory.h
|
| diff --git a/chrome/browser/extensions/api/idle/idle_manager_factory.h b/chrome/browser/extensions/api/idle/idle_manager_factory.h
|
| index 8f902dce89b749d78c315e44e413a9923bef838e..52236571e8ccea2163455ce895ca46db8dd47e17 100644
|
| --- a/chrome/browser/extensions/api/idle/idle_manager_factory.h
|
| +++ b/chrome/browser/extensions/api/idle/idle_manager_factory.h
|
| @@ -25,7 +25,7 @@ class IdleManagerFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedBaseFactory implementation.
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|