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

Unified Diff: ui/views/widget/widget_aura_utils.h

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/widget/widget_aura_utils.h
diff --git a/ui/views/widget/widget_aura_utils.h b/ui/views/widget/widget_aura_utils.h
index 4b16de48cab00c1b763efb7fd8fd897b115ae607..87b6ba905249282d9244503d423ab6a0d347e180 100644
--- a/ui/views/widget/widget_aura_utils.h
+++ b/ui/views/widget/widget_aura_utils.h
@@ -6,7 +6,7 @@
#define UI_VIEWS_WIDGET_WIDGET_AURA_UTILS_H_
#include "ui/views/widget/widget.h"
-#include "ui/wm/public/window_types.h"
+#include "ui/wm/public/window_types.h" // nogncheck
tapted 2016/09/19 03:23:36 yeah - this one doesn't feel right, since it's not
// Functions shared by native_widget_aura.cc and desktop_native_widget_aura.cc:

Powered by Google App Engine
This is Rietveld 408576698