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

Unified Diff: ui/views/controls/menu/menu_controller_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/menu/menu_controller_unittest.cc
diff --git a/ui/views/controls/menu/menu_controller_unittest.cc b/ui/views/controls/menu/menu_controller_unittest.cc
index e43aa59cb585a8876f5d96c754f08e353e5081ae..7e14fb5920e4c45e58cfddc996a269cd5c88be1d 100644
--- a/ui/views/controls/menu/menu_controller_unittest.cc
+++ b/ui/views/controls/menu/menu_controller_unittest.cc
@@ -9,8 +9,6 @@
#include "base/single_thread_task_runner.h"
#include "base/strings/utf_string_conversions.h"
#include "build/build_config.h"
-#include "ui/aura/scoped_window_targeter.h"
-#include "ui/aura/window.h"
#include "ui/events/event.h"
#include "ui/events/event_constants.h"
#include "ui/events/event_handler.h"
@@ -30,10 +28,10 @@
#include "ui/views/test/views_test_base.h"
#if defined(USE_AURA)
-#include "ui/aura/scoped_window_targeter.h"
-#include "ui/aura/window.h"
+#include "ui/aura/scoped_window_targeter.h" // nogncheck
+#include "ui/aura/window.h" // nogncheck
#include "ui/views/controls/menu/menu_pre_target_handler.h"
-#include "ui/wm/public/drag_drop_client.h"
+#include "ui/wm/public/drag_drop_client.h" // nogncheck
#endif
#if defined(USE_X11)

Powered by Google App Engine
This is Rietveld 408576698