| Index: ash/system/chromeos/tray_display.h
|
| diff --git a/ash/system/chromeos/tray_display.h b/ash/system/chromeos/tray_display.h
|
| index 2fe242ef311a31e693969941036dbbdd64cb497d..c7e55eabe21c922914f32965d0bc823d3dc17140 100644
|
| --- a/ash/system/chromeos/tray_display.h
|
| +++ b/ash/system/chromeos/tray_display.h
|
| @@ -12,25 +12,21 @@
|
| #include "ash/ash_export.h"
|
| #include "ash/common/display/display_info.h"
|
| #include "ash/common/system/tray/system_tray_item.h"
|
| -#include "ash/display/window_tree_host_manager.h"
|
| +#include "ash/common/wm_display_observer.h"
|
| #include "base/macros.h"
|
| #include "base/strings/string16.h"
|
| #include "ui/views/view.h"
|
|
|
| namespace ash {
|
| -class DisplayView;
|
|
|
| -namespace test {
|
| -class AshTestBase;
|
| -}
|
| +class DisplayView;
|
|
|
| -class ASH_EXPORT TrayDisplay : public SystemTrayItem,
|
| - public WindowTreeHostManager::Observer {
|
| +class ASH_EXPORT TrayDisplay : public SystemTrayItem, public WmDisplayObserver {
|
| public:
|
| explicit TrayDisplay(SystemTray* system_tray);
|
| ~TrayDisplay() override;
|
|
|
| - // Overridden from WindowTreeHostManagerObserver:
|
| + // Overridden from WmDisplayObserver:
|
| void OnDisplayConfigurationChanged() override;
|
|
|
| private:
|
|
|