| Index: chrome/browser/ui/webui/options/browser_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| index e0c4fa2f7dd62a816122bf3af7c1227bb5f194e4..0f28d0ca5ef2e3caa335fb18717fddeea608489d 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.h
|
| @@ -19,6 +19,7 @@
|
| #include "chrome/browser/profiles/profile_attributes_storage.h"
|
| #include "chrome/browser/ui/webui/options/options_ui.h"
|
| #include "chrome/browser/ui/zoom/chrome_zoom_level_prefs.h"
|
| +#include "chrome/common/features.h"
|
| #include "components/policy/core/common/policy_service.h"
|
| #include "components/prefs/pref_change_registrar.h"
|
| #include "components/prefs/pref_member.h"
|
| @@ -279,7 +280,7 @@ class BrowserOptionsHandler
|
| void ShowManageSSLCertificates(const base::ListValue* args);
|
| #endif
|
|
|
| -#if defined(ENABLE_SERVICE_DISCOVERY)
|
| +#if BUILDFLAG(ENABLE_SERVICE_DISCOVERY)
|
| void ShowCloudPrintDevicesPage(const base::ListValue* args);
|
| #endif
|
|
|
|
|