| Index: chrome/browser/ui/webui/options/content_settings_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| index 0ecb0dcfc123451d4abcc1cc33116dc29152e016..60990ff7184d7254d4d22774587166eec6f4bfb1 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -29,6 +29,7 @@
|
| #include "chrome/browser/ui/browser_list.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/extensions/manifest_handlers/app_launch_info.h"
|
| +#include "chrome/common/features.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/grit/generated_resources.h"
|
| @@ -451,7 +452,7 @@ void ContentSettingsHandler::GetLocalizedValues(
|
| {"cookiesShowCookies", IDS_COOKIES_SHOW_COOKIES_BUTTON},
|
| {"flashStorageSettings", IDS_FLASH_STORAGE_SETTINGS},
|
| {"flashStorageUrl", IDS_FLASH_STORAGE_URL},
|
| -#if defined(ENABLE_GOOGLE_NOW)
|
| +#if BUILDFLAG(ENABLE_GOOGLE_NOW)
|
| {"googleGeolocationAccessEnable",
|
| IDS_GEOLOCATION_GOOGLE_ACCESS_ENABLE_CHKBOX},
|
| #endif
|
|
|