| Index: chrome/browser/extensions/activity_log.h
|
| diff --git a/chrome/browser/extensions/activity_log.h b/chrome/browser/extensions/activity_log.h
|
| index eb4f0e5dc1dbb9fcc53bd310ca5b5919251ca92b..e6d8e6ec3ec6d045eaa6b6e6011049d5f4247da9 100644
|
| --- a/chrome/browser/extensions/activity_log.h
|
| +++ b/chrome/browser/extensions/activity_log.h
|
| @@ -229,7 +229,7 @@ class ActivityLogFactory : public ProfileKeyedServiceFactory {
|
| virtual ~ActivityLogFactory() {}
|
|
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
|
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
|
|
|
|