Index: ash/display/display_controller.h |
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h |
index ec84a580c47cdce8ff185f5938c8d906971ad04f..07c4fa1cf90887779ad85008de2d06c35185de25 100644 |
--- a/ash/display/display_controller.h |
+++ b/ash/display/display_controller.h |
@@ -17,6 +17,7 @@ |
#include "base/observer_list.h" |
#include "base/time/time.h" |
#include "ui/aura/root_window_observer.h" |
+#include "ui/aura/window.h" |
#include "ui/gfx/display_observer.h" |
#include "ui/gfx/point.h" |
@@ -118,7 +119,7 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver, |
// Returns all root windows. In non extended desktop mode, this |
// returns the primary root window only. |
- std::vector<aura::RootWindow*> GetAllRootWindows(); |
+ aura::Window::Windows GetAllRootWindows(); |
// Returns all oot window controllers. In non extended desktop |
// mode, this return a RootWindowController for the primary root window only. |