Index: ash/screen_ash.h |
diff --git a/ash/screen_ash.h b/ash/screen_ash.h |
index d150d4b395dbe654fa4dfe4855eea4d43c171c49..8c573220425f6256f1ffa3e829b5cf6d74bcc11e 100644 |
--- a/ash/screen_ash.h |
+++ b/ash/screen_ash.h |
@@ -7,10 +7,12 @@ |
#include "ash/ash_export.h" |
#include "base/compiler_specific.h" |
-#include "ui/gfx/insets.h" |
-#include "ui/gfx/rect.h" |
#include "ui/gfx/screen_impl.h" |
+namespace gfx { |
+class Rect; |
+} |
+ |
namespace ash { |
// Aura implementation of gfx::Screen. Implemented here to avoid circular |