Index: athena/wm/window_overview_mode.h |
diff --git a/athena/wm/window_overview_mode.h b/athena/wm/window_overview_mode.h |
index 46eb249031eecb1caad16efa236df9153709ae9b..6b0d434a4ca4396c6abdf3710d6857569ea94d2a 100644 |
--- a/athena/wm/window_overview_mode.h |
+++ b/athena/wm/window_overview_mode.h |
@@ -6,10 +6,7 @@ |
#define ATHENA_WM_WINDOW_OVERVIEW_MODE_H_ |
#include "base/memory/scoped_ptr.h" |
- |
-namespace aura { |
-class Window; |
-} |
+#include "ui/aura/window.h" |
namespace athena { |
@@ -26,6 +23,7 @@ class WindowOverviewMode { |
static scoped_ptr<WindowOverviewMode> Create( |
aura::Window* container, |
+ aura::Window::Windows windows, |
Jun Mukai
2014/07/25 20:21:30
const &
mfomitchev
2014/07/25 23:27:38
Done.
mfomitchev
2014/08/05 19:56:57
This is now obtained from MruWindowTracker which c
|
WindowOverviewModeDelegate* delegate); |
}; |