| Index: trunk/src/ash/display/display_controller.h
|
| ===================================================================
|
| --- trunk/src/ash/display/display_controller.h (revision 233812)
|
| +++ trunk/src/ash/display/display_controller.h (working copy)
|
| @@ -17,7 +17,6 @@
|
| #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"
|
|
|
| @@ -119,7 +118,7 @@
|
|
|
| // Returns all root windows. In non extended desktop mode, this
|
| // returns the primary root window only.
|
| - aura::Window::Windows GetAllRootWindows();
|
| + std::vector<aura::RootWindow*> GetAllRootWindows();
|
|
|
| // Returns all oot window controllers. In non extended desktop
|
| // mode, this return a RootWindowController for the primary root window only.
|
|
|