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

Unified Diff: chrome/browser/ui/webui/options/browser_options_handler.cc

Issue 2314853003: Move ash::DisplayManager switches to ui::display (Closed)
Patch Set: 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: 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 793d38b5823c760840a0690d08f4a4ff600b8670..df68c28b8b3ce74fdc4e2cbfe4e8aabc940c73c0 100644
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
@@ -115,7 +115,7 @@
#if defined(OS_CHROMEOS)
#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

Powered by Google App Engine
This is Rietveld 408576698