Index: ash/common/system/tray/tray_bubble_wrapper.cc |
diff --git a/ash/system/tray/tray_bubble_wrapper.cc b/ash/common/system/tray/tray_bubble_wrapper.cc |
similarity index 91% |
rename from ash/system/tray/tray_bubble_wrapper.cc |
rename to ash/common/system/tray/tray_bubble_wrapper.cc |
index 848b568dc82714e222a481b53489cf6b5b6117a9..1e2993207d8d0c7704e236836bbce2fb033d203a 100644 |
--- a/ash/system/tray/tray_bubble_wrapper.cc |
+++ b/ash/common/system/tray/tray_bubble_wrapper.cc |
@@ -2,12 +2,12 @@ |
// 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_bubble_wrapper.h" |
+#include "ash/common/system/tray/tray_bubble_wrapper.h" |
+#include "ash/common/system/tray/tray_background_view.h" |
+#include "ash/common/system/tray/tray_event_filter.h" |
#include "ash/common/wm_lookup.h" |
#include "ash/common/wm_window.h" |
-#include "ash/system/tray/tray_background_view.h" |
-#include "ash/system/tray/tray_event_filter.h" |
#include "ui/views/bubble/tray_bubble_view.h" |
#include "ui/views/widget/widget.h" |