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

Unified Diff: chrome/browser/ui/views/chrome_views_delegate.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/views/chrome_views_delegate.cc
diff --git a/chrome/browser/ui/views/chrome_views_delegate.cc b/chrome/browser/ui/views/chrome_views_delegate.cc
index 667b3b62c22076a4f3271d28da0abc1f55a26bb1..33c95cdedd4c6089afd47dc8db6f363814393d2f 100644
--- a/chrome/browser/ui/views/chrome_views_delegate.cc
+++ b/chrome/browser/ui/views/chrome_views_delegate.cc
@@ -61,12 +61,12 @@
#endif
#if defined(USE_ASH)
-#include "ash/common/accelerators/accelerator_controller.h"
-#include "ash/common/wm/window_state.h"
-#include "ash/common/wm_shell.h"
-#include "ash/shell.h"
-#include "ash/wm/window_state_aura.h"
-#include "chrome/browser/ui/ash/ash_init.h"
+#include "ash/common/accelerators/accelerator_controller.h" // nogncheck
+#include "ash/common/wm/window_state.h" // nogncheck
+#include "ash/common/wm_shell.h" // nogncheck
+#include "ash/shell.h" // nogncheck
+#include "ash/wm/window_state_aura.h" // nogncheck
+#include "chrome/browser/ui/ash/ash_init.h" // nogncheck
#endif
// Helpers --------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698