diff options
Diffstat (limited to 'ash/host/ash_window_tree_host_x11.cc')
-rw-r--r-- | ash/host/ash_window_tree_host_x11.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/host/ash_window_tree_host_x11.cc b/ash/host/ash_window_tree_host_x11.cc index a768195..22bc6c9 100644 --- a/ash/host/ash_window_tree_host_x11.cc +++ b/ash/host/ash_window_tree_host_x11.cc @@ -26,7 +26,7 @@ #include "ui/events/event.h" #include "ui/events/event_utils.h" #include "ui/events/platform/platform_event_source.h" -#include "ui/gfx/rect.h" +#include "ui/gfx/geometry/rect.h" #include "ui/gfx/screen.h" namespace ash { |