Index: ash/system/web_notification/web_notification_tray.cc |
diff --git a/ash/system/web_notification/web_notification_tray.cc b/ash/system/web_notification/web_notification_tray.cc |
index 66eaffd47f988ecf8b34b631f14c64787b18c396..8a1ed389c1e64e125cbb119b35c6403cd1eaafb9 100644 |
--- a/ash/system/web_notification/web_notification_tray.cc |
+++ b/ash/system/web_notification/web_notification_tray.cc |
@@ -5,13 +5,16 @@ |
#include "ash/system/web_notification/web_notification_tray.h" |
#include "ash/root_window_controller.h" |
+#include "ash/shelf/shelf_layout_manager.h" |
#include "ash/shell.h" |
#include "ash/shell_window_ids.h" |
#include "ash/system/status_area_widget.h" |
#include "ash/system/tray/tray_background_view.h" |
#include "ash/system/tray/tray_bubble_wrapper.h" |
#include "ash/system/tray/tray_constants.h" |
-#include "ash/wm/shelf_layout_manager.h" |
+#include "ash/system/tray/tray_views.h" |
+#include "base/message_loop.h" |
Mr4D (OOO till 08-26)
2013/03/02 02:02:12
Are you sure you need this?
Harry McCleave
2013/03/04 02:47:41
Done.
|
+#include "base/stringprintf.h" |
Mr4D (OOO till 08-26)
2013/03/02 02:02:12
Are you sure you need this?
Harry McCleave
2013/03/04 02:47:41
Done.
|
#include "grit/ash_resources.h" |
#include "grit/ash_strings.h" |
#include "ui/aura/root_window.h" |