diff options
Diffstat (limited to 'ash/host/ash_window_tree_host.cc')
-rw-r--r-- | ash/host/ash_window_tree_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/host/ash_window_tree_host.cc b/ash/host/ash_window_tree_host.cc index 916f5d8..6c6d4a5 100644 --- a/ash/host/ash_window_tree_host.cc +++ b/ash/host/ash_window_tree_host.cc @@ -7,7 +7,7 @@ #include "ui/aura/client/screen_position_client.h" #include "ui/aura/window_tree_host.h" #include "ui/events/event.h" -#include "ui/gfx/rect.h" +#include "ui/gfx/geometry/rect.h" namespace ash { |