| Index: chrome/browser/prefs/browser_prefs.cc
|
| diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
|
| index 80d4ae2b0b6da7e65ce122ad7c897326274a87fc..f077a9a8b8c734caf18ea98a2e1ca6b3ffc6d351 100644
|
| --- a/chrome/browser/prefs/browser_prefs.cc
|
| +++ b/chrome/browser/prefs/browser_prefs.cc
|
| @@ -84,6 +84,7 @@
|
| #include "components/rappor/rappor_service.h"
|
| #include "components/search_engines/template_url_prepopulate_data.h"
|
| #include "components/ssl_config/ssl_config_service_manager.h"
|
| +#include "components/startup_metric_utils/browser/startup_metric_utils.h"
|
| #include "components/sync_driver/sync_prefs.h"
|
| #include "components/syncable_prefs/pref_service_syncable.h"
|
| #include "components/translate/core/browser/translate_prefs.h"
|
| @@ -275,6 +276,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) {
|
| RegisterScreenshotPrefs(registry);
|
| SigninManagerFactory::RegisterPrefs(registry);
|
| ssl_config::SSLConfigServiceManager::RegisterPrefs(registry);
|
| + startup_metric_utils::RegisterPrefs(registry);
|
| web_resource::PromoResourceService::RegisterPrefs(registry);
|
|
|
| #if defined(ENABLE_AUTOFILL_DIALOG)
|
|
|