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

Unified Diff: content/shell/browser/layout_test/layout_test_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/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 {

Powered by Google App Engine
This is Rietveld 408576698