| Index: content/shell/browser/layout_test/layout_test_download_manager_delegate.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_download_manager_delegate.cc b/content/shell/browser/layout_test/layout_test_download_manager_delegate.cc
|
| index 9f7b098b622bfa343e648f9ac7410e6f517e2925..d84f4ed399f322f5d3af04687ea31f0675c39073 100644
|
| --- a/content/shell/browser/layout_test/layout_test_download_manager_delegate.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_download_manager_delegate.cc
|
| @@ -19,9 +19,9 @@
|
| #include "content/shell/browser/layout_test/blink_test_controller.h"
|
| #include "net/base/filename_util.h"
|
|
|
| -#if defined(OS_WIN)
|
| -#include "ui/aura/window.h"
|
| -#include "ui/aura/window_tree_host.h"
|
| +#if defined(OS_WIN) && defined(USE_AURA)
|
| +#include "ui/aura/window.h" // nogncheck
|
| +#include "ui/aura/window_tree_host.h" // nogncheck
|
| #endif
|
|
|
| namespace content {
|
|
|