Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: ash/launcher/launcher_tooltip_manager.cc

Issue 12313118: Refactor: Shelf Widget (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: formatting and moved a couple unit tests Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698