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

Unified Diff: ui/views/controls/button/custom_button_unittest.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/controls/button/custom_button_unittest.cc
diff --git a/ui/views/controls/button/custom_button_unittest.cc b/ui/views/controls/button/custom_button_unittest.cc
index 01a233c7db9ae3f57d0c292bc32808e63d57bc09..edf73232ca3b72a9d11ac5fc58f38211caa9c0cf 100644
--- a/ui/views/controls/button/custom_button_unittest.cc
+++ b/ui/views/controls/button/custom_button_unittest.cc
@@ -28,9 +28,9 @@
#include "ui/views/test/views_test_base.h"
#if defined(USE_AURA)
-#include "ui/aura/test/test_cursor_client.h"
-#include "ui/aura/window.h"
-#include "ui/aura/window_event_dispatcher.h"
+#include "ui/aura/test/test_cursor_client.h" // nogncheck
+#include "ui/aura/window.h" // nogncheck
+#include "ui/aura/window_event_dispatcher.h" // nogncheck
#endif
namespace views {

Powered by Google App Engine
This is Rietveld 408576698