Index: ash/system/toast/toast_overlay.cc |
diff --git a/ash/system/toast/toast_overlay.cc b/ash/system/toast/toast_overlay.cc |
index 8175419403d34b361d267f5256c89d71b0c76567..e2358ecc59e3768e67742edf814c5d5ff7aee4d0 100644 |
--- a/ash/system/toast/toast_overlay.cc |
+++ b/ash/system/toast/toast_overlay.cc |
@@ -4,12 +4,12 @@ |
#include "ash/system/toast/toast_overlay.h" |
-#include "ash/common/shelf/wm_shelf.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/root_window_controller.h" |
+#include "ash/shelf/wm_shelf.h" |
#include "ash/strings/grit/ash_strings.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "base/strings/string_util.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/threading/thread_task_runner_handle.h" |