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 e2f43eba14ce82250677d3d45f165b73c34bf3f8..9ceddffd87968b447e55e566ec1e2dc586f01ed5 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -118,7 +118,7 @@ |
#endif |
#if defined(OS_CHROMEOS) |
-#include "ash/common/accessibility_types.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" |
@@ -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; |