Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1762)

Unified Diff: content/shell/browser/shell_download_manager_delegate.cc

Issue 2326933002: MacViews: Fix gn check fail for mac_views_browser on Aura dependencies. (Closed)
Patch Set: Typo. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698