| Index: ui/views/controls/menu/menu_host.cc
|
| diff --git a/ui/views/controls/menu/menu_host.cc b/ui/views/controls/menu/menu_host.cc
|
| index c6750a6e0cd51be18d9470a45969bed6b27c0e4c..51807945d475d4e7207c5922626aae1a5109be42 100644
|
| --- a/ui/views/controls/menu/menu_host.cc
|
| +++ b/ui/views/controls/menu/menu_host.cc
|
| @@ -8,7 +8,6 @@
|
| #include "base/logging.h"
|
| #include "base/trace_event/trace_event.h"
|
| #include "build/build_config.h"
|
| -#include "ui/aura/window_observer.h"
|
| #include "ui/events/gestures/gesture_recognizer.h"
|
| #include "ui/gfx/path.h"
|
| #include "ui/native_theme/native_theme.h"
|
| @@ -21,8 +20,9 @@
|
| #include "ui/views/widget/native_widget_private.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
| -#if !defined(OS_MACOSX)
|
| -#include "ui/aura/window.h"
|
| +#if defined(USE_AURA) && !defined(OS_MACOSX)
|
| +#include "ui/aura/window.h" // nogncheck
|
| +#include "ui/aura/window_observer.h" // nogncheck
|
| #endif
|
|
|
| namespace views {
|
|
|