| Index: chrome/browser/extensions/activity_log.h
|
| diff --git a/chrome/browser/extensions/activity_log.h b/chrome/browser/extensions/activity_log.h
|
| index 2c01cd5495b3b29ff9a5e82ee0b33315f431d666..562708756f9bc4ec03ba0a80782dfbd6491c0e76 100644
|
| --- a/chrome/browser/extensions/activity_log.h
|
| +++ b/chrome/browser/extensions/activity_log.h
|
| @@ -224,6 +224,7 @@ class ActivityLogFactory : public ProfileKeyedServiceFactory {
|
| Profile* profile) const OVERRIDE;
|
|
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual bool ServiceIsNULLOnImportProcess() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ActivityLogFactory);
|
| };
|
|
|