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

Unified Diff: chrome/browser/ui/browser_command_controller.cc

Issue 2272173002: Fix most chrome/browser/ui "gn check" problems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 4 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: chrome/browser/ui/browser_command_controller.cc
diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
index 6da32e17680fcf235a9ba40eda70ee8647921b25..1b2d8fa683233407acaf05fde2a0fe44d2f51243 100644
--- a/chrome/browser/ui/browser_command_controller.cc
+++ b/chrome/browser/ui/browser_command_controller.cc
@@ -66,8 +66,8 @@
#endif
#if defined(USE_ASH)
-#include "ash/accelerators/accelerator_commands_aura.h"
-#include "chrome/browser/ui/ash/ash_util.h"
+#include "ash/accelerators/accelerator_commands_aura.h" // nogncheck
+#include "chrome/browser/ui/ash/ash_util.h" // nogncheck
#endif
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698