| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index 85664421bfc85ba2615d6b323627299575bc447f..04d5e9f35a65f1324c6ab93669a0cc57349df4a4 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -12,7 +12,6 @@
|
| #include "chrome/browser/first_run/first_run.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/sync/profile_sync_service_factory.h"
|
| -#include "chrome/common/features.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "components/browser_sync/browser/profile_sync_service.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_prefs.h"
|
| @@ -99,7 +98,7 @@
|
| registry->RegisterDictionaryPref(prefs::kSafeBrowsingIncidentsSent);
|
| registry->RegisterBooleanPref(
|
| prefs::kSafeBrowsingExtendedReportingOptInAllowed, true);
|
| -#if BUILDFLAG(ENABLE_GOOGLE_NOW)
|
| +#if defined(ENABLE_GOOGLE_NOW)
|
| registry->RegisterBooleanPref(prefs::kGoogleGeolocationAccessEnabled, false);
|
| #endif
|
| // This pref is intentionally outside the above #if. That flag corresponds
|
|
|