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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.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/webui/options/browser_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
index 364d48af9ad7bdf58b28636e65b90dde3d1e1a96..506fba848477f403c4ae69c68b7216fdf3a8801f 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -114,11 +114,11 @@
#endif
#if defined(OS_CHROMEOS)
-#include "ash/common/accessibility_types.h"
-#include "ash/common/ash_switches.h"
-#include "ash/common/system/chromeos/devicetype_utils.h"
-#include "ash/common/wallpaper/wallpaper_delegate.h"
-#include "ash/shell.h"
+#include "ash/common/accessibility_types.h" // nogncheck
+#include "ash/common/ash_switches.h" // nogncheck
+#include "ash/common/system/chromeos/devicetype_utils.h" // nogncheck
+#include "ash/common/wallpaper/wallpaper_delegate.h" // nogncheck
+#include "ash/shell.h" // nogncheck
#include "chrome/browser/browser_process_platform_part.h"
#include "chrome/browser/chromeos/accessibility/accessibility_util.h"
#include "chrome/browser/chromeos/arc/arc_auth_service.h"
@@ -149,7 +149,7 @@
#endif
#if defined(USE_ASH)
-#include "ash/common/wm_shell.h"
+#include "ash/common/wm_shell.h" // nogncheck
#endif
using base::UserMetricsAction;

Powered by Google App Engine
This is Rietveld 408576698