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

Unified Diff: ui/views/controls/button/custom_button.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.cc
diff --git a/ui/views/controls/button/custom_button.cc b/ui/views/controls/button/custom_button.cc
index 85dc33627b1d853aebe03296affa86e9b96f3618..827b1653dc356043631f80807b50be8354b6e40f 100644
--- a/ui/views/controls/button/custom_button.cc
+++ b/ui/views/controls/button/custom_button.cc
@@ -22,8 +22,8 @@
#include "ui/views/widget/widget.h"
#if defined(USE_AURA)
-#include "ui/aura/client/capture_client.h"
-#include "ui/aura/window.h"
+#include "ui/aura/client/capture_client.h" // nogncheck
+#include "ui/aura/window.h" // nogncheck
#endif
namespace views {

Powered by Google App Engine
This is Rietveld 408576698