| Index: ui/wm/core/default_screen_position_client.h
|
| diff --git a/ui/wm/core/default_screen_position_client.h b/ui/wm/core/default_screen_position_client.h
|
| index 56788698db2230f72324277b4ca8f075f6cd5d21..3c7bfa3f89ea298ebd238435f0194ce95f51a96a 100644
|
| --- a/ui/wm/core/default_screen_position_client.h
|
| +++ b/ui/wm/core/default_screen_position_client.h
|
| @@ -28,7 +28,7 @@ class WM_EXPORT DefaultScreenPositionClient
|
| gfx::Point* point) override;
|
| void SetBounds(aura::Window* window,
|
| const gfx::Rect& bounds,
|
| - const gfx::Display& display) override;
|
| + const display::Display& display) override;
|
|
|
| protected:
|
| // Returns the origin of the host platform-window in system pixel coordinates.
|
|
|