Index: ash/system/tray/tray_bubble_wrapper.cc |
diff --git a/ash/common/system/tray/tray_bubble_wrapper.cc b/ash/system/tray/tray_bubble_wrapper.cc |
similarity index 91% |
rename from ash/common/system/tray/tray_bubble_wrapper.cc |
rename to ash/system/tray/tray_bubble_wrapper.cc |
index 549504294e22ff051188274b2f58206585326309..df43f917f3542151d935eb9feb946bd21e9e1cb6 100644 |
--- a/ash/common/system/tray/tray_bubble_wrapper.cc |
+++ b/ash/system/tray/tray_bubble_wrapper.cc |
@@ -2,11 +2,11 @@ |
// 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_bubble_wrapper.h" |
+#include "ash/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_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" |