| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index 09e420d9a2296c41926f8494abe06cda28ff47bc..37b9739fc59ba92181128370b168518d6af8f395 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -253,6 +253,7 @@
|
| #if defined(OS_WIN)
|
| #include "chrome/browser/apps/app_launch_for_metro_restart_win.h"
|
| #include "chrome/browser/component_updater/sw_reporter_installer_win.h"
|
| +#include "chrome/browser/safe_browsing/chrome_cleaner/settings_resetter_win.h"
|
| #include "chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.h"
|
| #include "chrome/browser/ui/desktop_ios_promotion/desktop_ios_promotion_util.h"
|
| #endif
|
| @@ -610,6 +611,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| NetworkProfileBubble::RegisterProfilePrefs(registry);
|
| safe_browsing::SettingsResetPromptPrefsManager::RegisterProfilePrefs(
|
| registry);
|
| + safe_browsing::PostCleanupSettingsResetter::RegisterProfilePrefs(registry);
|
| #endif
|
|
|
| #if defined(TOOLKIT_VIEWS)
|
|
|