| Index: chrome/browser/extensions/activity_log.cc
|
| diff --git a/chrome/browser/extensions/activity_log.cc b/chrome/browser/extensions/activity_log.cc
|
| index f757062acaad7b5f48107b3b8b85ba7b41b0c843..66161bf19dfe3add84039509e0ac8fca3ecbf554 100644
|
| --- a/chrome/browser/extensions/activity_log.cc
|
| +++ b/chrome/browser/extensions/activity_log.cc
|
| @@ -130,8 +130,8 @@ ActivityLogFactory* ActivityLogFactory::GetInstance() {
|
| }
|
|
|
| ProfileKeyedService* ActivityLogFactory::BuildServiceInstanceFor(
|
| - Profile* profile) const {
|
| - return new ActivityLog(profile);
|
| + content::BrowserContext* profile) const {
|
| + return new ActivityLog(static_cast<Profile*>(profile));
|
| }
|
|
|
| bool ActivityLogFactory::ServiceRedirectedInIncognito() const {
|
|
|