Index: ash/shell/window_watcher.h |
diff --git a/ash/shell/window_watcher.h b/ash/shell/window_watcher.h |
index fcda05a725f5d2c24517402b51c22b5f674defee..2d94b77edf07ecb5a192a0f6271317e03998d230 100644 |
--- a/ash/shell/window_watcher.h |
+++ b/ash/shell/window_watcher.h |
@@ -7,7 +7,7 @@ |
#include <map> |
-#include "ash/launcher/launcher_types.h" |
+#include "ash/shelf/shelf_item_types.h" |
#include "base/compiler_specific.h" |
#include "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
@@ -31,7 +31,7 @@ class WindowWatcher : public aura::WindowObserver, |
WindowWatcher(); |
virtual ~WindowWatcher(); |
- aura::Window* GetWindowByID(ash::LauncherID id); |
+ aura::Window* GetWindowByID(ash::ShelfID id); |
// aura::WindowObserver overrides: |
virtual void OnWindowAdded(aura::Window* new_window) OVERRIDE; |
@@ -45,7 +45,7 @@ class WindowWatcher : public aura::WindowObserver, |
private: |
class WorkspaceWindowWatcher; |
- typedef std::map<ash::LauncherID, aura::Window*> IDToWindow; |
+ typedef std::map<ash::ShelfID, aura::Window*> IDToWindow; |
// Maps from window to the id we gave it. |
IDToWindow id_to_window_; |