Index: ui/aura/desktop/desktop_screen.h |
diff --git a/ui/aura/desktop/desktop_screen.h b/ui/aura/desktop/desktop_screen.h |
index a1fe6485afc77f948d0712c2fb0592196b2dde80..adc3ed3e0158dfff24d11343b02942ea8ac57f7f 100644 |
--- a/ui/aura/desktop/desktop_screen.h |
+++ b/ui/aura/desktop/desktop_screen.h |
@@ -8,14 +8,14 @@ |
#include "ui/aura/aura_export.h" |
namespace gfx { |
-class ScreenImpl; |
+class Screen; |
} |
namespace aura { |
-// Creates a ScreenImpl that represents the screen of the environment that hosts |
+// Creates a Screen that represents the screen of the environment that hosts |
// a RootWindowHost. Caller owns the result. |
-AURA_EXPORT gfx::ScreenImpl* CreateDesktopScreen(); |
+AURA_EXPORT gfx::Screen* CreateDesktopScreen(); |
} // namespace aura |