Chromium Code Reviews| Index: ash/common/wm_shell.h |
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h |
| index 2c05b0cf0c297498d9c985ed57cb241629e7f4a6..17ebbfafce2fce9426dcb77aa693754835fbdb60 100644 |
| --- a/ash/common/wm_shell.h |
| +++ b/ash/common/wm_shell.h |
| @@ -31,12 +31,15 @@ namespace views { |
| class PointerWatcher; |
| } |
| +namespace ui { |
| +class DisplayInfo; |
| +} |
|
hshi
2016/08/25 00:43:42
nit: alphabetically "namespace ui" should appear a
rjkroege
2016/08/25 21:42:15
Done.
|
| + |
| namespace ash { |
| class AcceleratorController; |
| class AccessibilityDelegate; |
| class BrightnessControlDelegate; |
| -class DisplayInfo; |
| class FocusCycler; |
| class ImmersiveContextAsh; |
| class ImmersiveFullscreenController; |
| @@ -172,7 +175,7 @@ class ASH_EXPORT WmShell { |
| // Retuns the display info associated with |display_id|. |
| // TODO(mash): Remove when DisplayManager has been moved. crbug.com/622480 |
| - virtual const DisplayInfo& GetDisplayInfo(int64_t display_id) const = 0; |
| + virtual const ui::DisplayInfo& GetDisplayInfo(int64_t display_id) const = 0; |
| // Matches that of DisplayManager::IsActiveDisplayId(). |
| // TODO(mash): Remove when DisplayManager has been moved. crbug.com/622480 |