| Index: chrome/browser/extensions/activity_log.h
|
| diff --git a/chrome/browser/extensions/activity_log.h b/chrome/browser/extensions/activity_log.h
|
| index 22394443c870ebbde98f1fab190f11086ac4bff3..2f164827904c91dbb2ccd89ecba2a9f4f3d51871 100644
|
| --- a/chrome/browser/extensions/activity_log.h
|
| +++ b/chrome/browser/extensions/activity_log.h
|
| @@ -248,7 +248,8 @@ class ActivityLogFactory : public ProfileKeyedServiceFactory {
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
|
|
| - virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* context) const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ActivityLogFactory);
|
| };
|
|
|