Index: content/renderer/external_popup_menu.h |
diff --git a/content/renderer/external_popup_menu.h b/content/renderer/external_popup_menu.h |
index 0158f99fc0d9d9f34d496ec775ab32f5c6d4577b..fe7c8a1423fa08d82b6aacde5be6fbd0f5028bfc 100644 |
--- a/content/renderer/external_popup_menu.h |
+++ b/content/renderer/external_popup_menu.h |
@@ -9,6 +9,7 @@ |
#include "base/macros.h" |
#include "build/build_config.h" |
+#include "content/common/features.h" |
#include "third_party/WebKit/public/web/WebExternalPopupMenu.h" |
#include "third_party/WebKit/public/web/WebPopupMenuInfo.h" |
#include "ui/gfx/geometry/point_f.h" |
@@ -31,7 +32,7 @@ class ExternalPopupMenu : public blink::WebExternalPopupMenu { |
void SetOriginScaleAndOffsetForEmulation( |
float scale, const gfx::PointF& offset); |
-#if defined(USE_EXTERNAL_POPUP_MENU) |
+#if BUILDFLAG(USE_EXTERNAL_POPUP_MENU) |
#if defined(OS_MACOSX) |
// Called when the user has selected an item. |selected_item| is -1 if the |
// user canceled the popup. |