Index: ui/aura/client/screen_position_client.h |
diff --git a/ui/aura/client/screen_position_client.h b/ui/aura/client/screen_position_client.h |
index 9dceb222e2f70d9df26397aa635a471ddd47865e..f6d5ad950a5a4c916a20179e9dd1314916f3e451 100644 |
--- a/ui/aura/client/screen_position_client.h |
+++ b/ui/aura/client/screen_position_client.h |
@@ -40,7 +40,7 @@ class AURA_EXPORT ScreenPositionClient { |
// for finding out and translating the right coordinates for the |window|. |
virtual void SetBounds(Window* window, |
const gfx::Rect& bounds, |
- const gfx::Display& display) = 0; |
+ const display::Display& display) = 0; |
}; |
// Sets/Gets the activation client on the Window. |