Index: ash/system/tray/tray_event_filter.cc |
diff --git a/ash/common/system/tray/tray_event_filter.cc b/ash/system/tray/tray_event_filter.cc |
similarity index 95% |
rename from ash/common/system/tray/tray_event_filter.cc |
rename to ash/system/tray/tray_event_filter.cc |
index 668d53856175587eb4215546e3d16b31520db473..f8e4ef07c7837cd05118363383aa25e9bfef71f5 100644 |
--- a/ash/common/system/tray/tray_event_filter.cc |
+++ b/ash/system/tray/tray_event_filter.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/system/tray/tray_event_filter.h" |
+#include "ash/system/tray/tray_event_filter.h" |
-#include "ash/common/system/tray/tray_background_view.h" |
-#include "ash/common/system/tray/tray_bubble_wrapper.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 "ui/views/widget/widget.h" |
namespace ash { |