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

Unified Diff: components/constrained_window/native_web_contents_modal_dialog_manager_views.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
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | ui/views/controls/menu/menu_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/constrained_window/native_web_contents_modal_dialog_manager_views.cc
diff --git a/components/constrained_window/native_web_contents_modal_dialog_manager_views.cc b/components/constrained_window/native_web_contents_modal_dialog_manager_views.cc
index 45e3a43e49088650c3d330cc1b27303e6fcf5329..1941ea88aec3fa8388678f551bee3a43b92b0d9b 100644
--- a/components/constrained_window/native_web_contents_modal_dialog_manager_views.cc
+++ b/components/constrained_window/native_web_contents_modal_dialog_manager_views.cc
@@ -18,11 +18,11 @@
#include "ui/views/window/non_client_view.h"
#if defined(USE_AURA)
-#include "ui/aura/client/aura_constants.h"
-#include "ui/aura/window.h"
-#include "ui/wm/core/visibility_controller.h"
-#include "ui/wm/core/window_animations.h"
-#include "ui/wm/core/window_modality_controller.h"
+#include "ui/aura/client/aura_constants.h" // nogncheck
+#include "ui/aura/window.h" // nogncheck
+#include "ui/wm/core/visibility_controller.h" // nogncheck
+#include "ui/wm/core/window_animations.h" // nogncheck
+#include "ui/wm/core/window_modality_controller.h" // nogncheck
#endif
using web_modal::SingleWebContentsDialogManager;
« no previous file with comments | « no previous file | content/browser/browser_main_loop.cc » ('j') | ui/views/controls/menu/menu_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698