Index: ash/common/system/tray/tray_event_filter.cc |
diff --git a/ash/system/tray/tray_event_filter.cc b/ash/common/system/tray/tray_event_filter.cc |
similarity index 95% |
rename from ash/system/tray/tray_event_filter.cc |
rename to ash/common/system/tray/tray_event_filter.cc |
index 46b8194458ca1148e805cb6d79f1fe5b435d47dc..658a91d2ebd460bd39b19571798b1ba2437540eb 100644 |
--- a/ash/system/tray/tray_event_filter.cc |
+++ b/ash/common/system/tray/tray_event_filter.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/system/tray/tray_event_filter.h" |
+#include "ash/common/system/tray/tray_event_filter.h" |
#include "ash/common/shell_window_ids.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_lookup.h" |
#include "ash/common/wm_shell.h" |
#include "ash/common/wm_window.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 { |