| Index: chrome/browser/history/web_history_service_factory.h
|
| diff --git a/chrome/browser/history/web_history_service_factory.h b/chrome/browser/history/web_history_service_factory.h
|
| index e37f725af4a18406f6792facb92119321239b6ac..00e1084d6d73a8fb4227803011ee04fa8df0a2d2 100644
|
| --- a/chrome/browser/history/web_history_service_factory.h
|
| +++ b/chrome/browser/history/web_history_service_factory.h
|
| @@ -26,7 +26,7 @@ class WebHistoryServiceFactory : public ProfileKeyedServiceFactory {
|
| protected:
|
| // Overridden from ProfileKeyedServiceFactory.
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* context) const OVERRIDE;
|
|
|
| private:
|
| friend struct DefaultSingletonTraits<WebHistoryServiceFactory>;
|
|
|