| Index: content/shell/browser/shell_download_manager_delegate.cc
|
| diff --git a/content/shell/browser/shell_download_manager_delegate.cc b/content/shell/browser/shell_download_manager_delegate.cc
|
| index cbe4a6577acdea19817013b35a4e688f7341a308..8b4a35e8900188f60fb5c80b880fc1fc8944d72d 100644
|
| --- a/content/shell/browser/shell_download_manager_delegate.cc
|
| +++ b/content/shell/browser/shell_download_manager_delegate.cc
|
| @@ -24,9 +24,9 @@
|
| #include "content/shell/common/shell_switches.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 {
|
|
|