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

Unified Diff: ui/views/test/scoped_views_test_helper.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: ui/views/test/scoped_views_test_helper.cc
diff --git a/ui/views/test/scoped_views_test_helper.cc b/ui/views/test/scoped_views_test_helper.cc
index aea9122e5dc4aa15eaec25c93152949f8b96c100..2ac182865c50a80417954553971c29985b9f0cd8 100644
--- a/ui/views/test/scoped_views_test_helper.cc
+++ b/ui/views/test/scoped_views_test_helper.cc
@@ -15,7 +15,7 @@
#include "ui/views/test/views_test_helper.h"
#if defined(USE_AURA)
-#include "ui/aura/env.h"
+#include "ui/aura/env.h" // nogncheck
#endif
namespace views {

Powered by Google App Engine
This is Rietveld 408576698