| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index 6f928e270655acac9db5044563e8f81b5beb98b3..a63c3c6de82cf311eb1bdc4594e5cae3381fe7a1 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -83,6 +83,7 @@
|
| #include "components/autofill/core/browser/autofill_manager.h"
|
| #include "components/bookmarks/browser/bookmark_utils.h"
|
| #include "components/dom_distiller/core/distilled_page_prefs.h"
|
| +#include "components/enhanced_bookmarks/bookmark_server_cluster_service.h"
|
| #include "components/google/core/browser/google_pref_names.h"
|
| #include "components/google/core/browser/google_url_tracker.h"
|
| #include "components/network_time/network_time_tracker.h"
|
| @@ -371,6 +372,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
|
| chrome_prefs::RegisterProfilePrefs(registry);
|
| dom_distiller::DistilledPagePrefs::RegisterProfilePrefs(registry);
|
| DownloadPrefs::RegisterProfilePrefs(registry);
|
| + enhanced_bookmarks::BookmarkServerClusterService::RegisterPrefs(registry);
|
| gcm::GCMProfileService::RegisterProfilePrefs(registry);
|
| HostContentSettingsMap::RegisterProfilePrefs(registry);
|
| IncognitoModePrefs::RegisterProfilePrefs(registry);
|
|
|