Index: content/browser/web_contents/web_contents_view_aura.h |
diff --git a/content/browser/web_contents/web_contents_view_aura.h b/content/browser/web_contents/web_contents_view_aura.h |
index ed3641c10c05b8acda6d2cd7237548edf7c06249..fc703087a75c5410402e29e54e109212c5b28fc0 100644 |
--- a/content/browser/web_contents/web_contents_view_aura.h |
+++ b/content/browser/web_contents/web_contents_view_aura.h |
@@ -17,6 +17,7 @@ |
#include "content/browser/renderer_host/render_view_host_delegate_view.h" |
#include "content/browser/web_contents/web_contents_view.h" |
#include "content/common/content_export.h" |
+#include "content/common/features.h" |
#include "ui/aura/client/drag_drop_delegate.h" |
#include "ui/aura/window_delegate.h" |
#include "ui/aura/window_observer.h" |
@@ -137,7 +138,7 @@ class CONTENT_EXPORT WebContentsViewAura |
void UpdateDragCursor(blink::WebDragOperation operation) override; |
void GotFocus() override; |
void TakeFocus(bool reverse) override; |
-#if defined(USE_EXTERNAL_POPUP_MENU) |
+#if BUILDFLAG(USE_EXTERNAL_POPUP_MENU) |
void ShowPopupMenu(RenderFrameHost* render_frame_host, |
const gfx::Rect& bounds, |
int item_height, |