| Index: chrome/browser/prefs/browser_prefs.cc
 | 
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
 | 
| index f954807629df35883c88fcefd550948e42e9bc13..2c99576a7bed507b1b120851c4ffb389ca8a47f3 100644
 | 
| --- a/chrome/browser/prefs/browser_prefs.cc
 | 
| +++ b/chrome/browser/prefs/browser_prefs.cc
 | 
| @@ -21,6 +21,7 @@
 | 
|  #include "chrome/browser/custom_handlers/protocol_handler_registry.h"
 | 
|  #include "chrome/browser/devtools/devtools_window.h"
 | 
|  #include "chrome/browser/download/download_prefs.h"
 | 
| +#include "chrome/browser/extensions/activity_log/activity_log.h"
 | 
|  #include "chrome/browser/extensions/api/commands/command_service.h"
 | 
|  #include "chrome/browser/extensions/api/tabs/tabs_api.h"
 | 
|  #include "chrome/browser/extensions/extension_prefs.h"
 | 
| @@ -320,6 +321,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
 | 
|    SessionStartupPref::RegisterProfilePrefs(registry);
 | 
|    TemplateURLPrepopulateData::RegisterProfilePrefs(registry);
 | 
|    TranslatePrefs::RegisterProfilePrefs(registry);
 | 
| +  extensions::ActivityLog::RegisterProfilePrefs(registry);
 | 
|  
 | 
|  #if defined(ENABLE_CONFIGURATION_POLICY)
 | 
|    policy::URLBlacklistManager::RegisterProfilePrefs(registry);
 | 
| 
 |