| Index: ash/display/display_controller.h
|
| diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
|
| index 0c9de47752605ec5f4e1fc9d5e50589166af830e..ec89b211a891b29d1ea0272cb8c3a5d50b0b1f10 100644
|
| --- a/ash/display/display_controller.h
|
| +++ b/ash/display/display_controller.h
|
| @@ -13,8 +13,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/observer_list.h"
|
| -#include "ui/aura/display_observer.h"
|
| -#include "ui/aura/display_manager.h"
|
| +#include "ui/gfx/display_observer.h"
|
| #include "ui/gfx/display.h"
|
|
|
| namespace aura {
|
| @@ -68,7 +67,7 @@ struct ASH_EXPORT DisplayLayout {
|
|
|
| // DisplayController owns and maintains RootWindows for each attached
|
| // display, keeping them in sync with display configuration changes.
|
| -class ASH_EXPORT DisplayController : public aura::DisplayObserver {
|
| +class ASH_EXPORT DisplayController : public gfx::DisplayObserver {
|
| public:
|
| class ASH_EXPORT Observer {
|
| public:
|
| @@ -126,7 +125,7 @@ class ASH_EXPORT DisplayController : public aura::DisplayObserver {
|
| std::vector<internal::RootWindowController*> GetAllRootWindowControllers();
|
|
|
| // Returns the current overscan insets for the specified |display_id|. See
|
| - // multi_display_manager.h for the details.
|
| + // display_manager.h for the details.
|
| gfx::Insets GetOverscanInsets(int64 display_id) const;
|
|
|
| const DisplayLayout& default_display_layout() const {
|
|
|