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

Unified Diff: ui/views/examples/examples_main.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/examples/examples_main.cc
diff --git a/ui/views/examples/examples_main.cc b/ui/views/examples/examples_main.cc
index 98f73c0c3b8e44058e3e16071a7bae8fc7332bd0..56f042db08873622cb9d009b68fad74fecbc19af 100644
--- a/ui/views/examples/examples_main.cc
+++ b/ui/views/examples/examples_main.cc
@@ -29,8 +29,8 @@
#include "ui/views/test/desktop_test_views_delegate.h"
#if defined(USE_AURA)
-#include "ui/aura/env.h"
-#include "ui/wm/core/wm_state.h"
+#include "ui/aura/env.h" // nogncheck
+#include "ui/wm/core/wm_state.h" // nogncheck
#endif
#if !defined(OS_CHROMEOS) && defined(USE_AURA)

Powered by Google App Engine
This is Rietveld 408576698