| Index: chrome/browser/history/history_service_factory.h
|
| diff --git a/chrome/browser/history/history_service_factory.h b/chrome/browser/history/history_service_factory.h
|
| index 99279025b37f565159b89022bc6909dbf0c9e623..ba8a029519529d3269122eafa1a9ab624c6f9115 100644
|
| --- a/chrome/browser/history/history_service_factory.h
|
| +++ b/chrome/browser/history/history_service_factory.h
|
| @@ -40,7 +40,7 @@ class HistoryServiceFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| };
|
|
|