Chromium Code Reviews| 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 10ce23ade6398fb732c9c6706db094e7d62b3d22..bf7d19a11229e1b5780a7f54c16e0445d139288c 100644 |
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc |
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc |
| @@ -451,7 +451,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) |
|
Mark Mentovai
2015/11/19 21:52:56
Here too.
|
| {"googleGeolocationAccessEnable", |
| IDS_GEOLOCATION_GOOGLE_ACCESS_ENABLE_CHKBOX}, |
| #endif |