Index: ash/system/tray/tray_event_filter.cc |
diff --git a/ash/system/tray/tray_event_filter.cc b/ash/system/tray/tray_event_filter.cc |
index f8e4ef07c7837cd05118363383aa25e9bfef71f5..2b5e873ca4ea5bb5b59645880d373c62bfe8eb67 100644 |
--- a/ash/system/tray/tray_event_filter.cc |
+++ b/ash/system/tray/tray_event_filter.cc |
@@ -4,12 +4,12 @@ |
#include "ash/system/tray/tray_event_filter.h" |
-#include "ash/common/wm/container_finder.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/system/tray/tray_background_view.h" |
#include "ash/system/tray/tray_bubble_wrapper.h" |
+#include "ash/wm/container_finder.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "ui/views/widget/widget.h" |
namespace ash { |