| 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 787a884cdfe0d6c4378115dbe8b0b23e99407136..10ce23ade6398fb732c9c6706db094e7d62b3d22 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -29,7 +29,6 @@
|
| #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"
|
| @@ -452,7 +451,7 @@
|
| {"cookiesShowCookies", IDS_COOKIES_SHOW_COOKIES_BUTTON},
|
| {"flashStorageSettings", IDS_FLASH_STORAGE_SETTINGS},
|
| {"flashStorageUrl", IDS_FLASH_STORAGE_URL},
|
| -#if BUILDFLAG(ENABLE_GOOGLE_NOW)
|
| +#if defined(ENABLE_GOOGLE_NOW)
|
| {"googleGeolocationAccessEnable",
|
| IDS_GEOLOCATION_GOOGLE_ACCESS_ENABLE_CHKBOX},
|
| #endif
|
|
|