Index: ash/display/window_tree_host_manager.h |
diff --git a/ash/display/window_tree_host_manager.h b/ash/display/window_tree_host_manager.h |
index c9c91f6fb818f02d955cfbca9e7485aee800bd60..9d187f28b1a1f31fa8fa1e97401d2105d0bcc12a 100644 |
--- a/ash/display/window_tree_host_manager.h |
+++ b/ash/display/window_tree_host_manager.h |
@@ -40,11 +40,15 @@ namespace gfx { |
class Insets; |
} |
+namespace ui { |
+class ManagedDisplayInfo; |
+} |
oshima
2016/08/26 21:47:53
Remove this?
rjkroege
2016/08/29 22:21:59
Done.
|
+ |
namespace ash { |
class AshWindowTreeHost; |
struct AshWindowTreeHostInitParams; |
class CursorWindowController; |
-class DisplayInfo; |
+ |
class DisplayManager; |
class FocusActivationStore; |
class InputMethodEventHandler; |