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 c71134709ef48ad52a130aa336bbd13a048d3884..9ceddffd87968b447e55e566ec1e2dc586f01ed5 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -118,9 +118,9 @@ |
#endif |
#if defined(OS_CHROMEOS) |
-#include "ash/common/accessibility_types.h" // nogncheck |
-#include "ash/common/system/chromeos/devicetype_utils.h" // nogncheck |
+#include "ash/accessibility_types.h" // nogncheck |
#include "ash/shell.h" // nogncheck |
+#include "ash/system/devicetype_utils.h" // nogncheck |
#include "chrome/browser/browser_process_platform_part.h" |
#include "chrome/browser/chromeos/accessibility/accessibility_util.h" |
#include "chrome/browser/chromeos/arc/arc_util.h" |
@@ -151,7 +151,7 @@ |
#endif |
#if defined(USE_ASH) |
-#include "ash/common/wm_shell.h" // nogncheck |
+#include "ash/wm_shell.h" // nogncheck |
#endif |
using base::UserMetricsAction; |