Index: ash/launcher/launcher_tooltip_manager.cc |
diff --git a/ash/launcher/launcher_tooltip_manager.cc b/ash/launcher/launcher_tooltip_manager.cc |
index 5d5e230658b12243e6fff3c83cf852741dbb895e..87df9058deeeedc5058a2d55917a18267fac9b12 100644 |
--- a/ash/launcher/launcher_tooltip_manager.cc |
+++ b/ash/launcher/launcher_tooltip_manager.cc |
@@ -5,9 +5,11 @@ |
#include "ash/launcher/launcher_tooltip_manager.h" |
#include "ash/launcher/launcher_view.h" |
+#include "ash/shelf/shelf_layout_manager.h" |
#include "ash/shell.h" |
#include "ash/shell_window_ids.h" |
-#include "ash/wm/shelf_layout_manager.h" |
+#include "ash/wm/session_state_controller.h" |
+#include "ash/wm/session_state_observer.h" |
Mr4D (OOO till 08-26)
2013/02/27 19:42:51
Are you sure you need these 2?
Harry McCleave
2013/03/01 04:31:19
Done.
|
#include "ash/wm/window_animations.h" |
#include "base/bind.h" |
#include "base/message_loop.h" |