| Index: ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| index acbef2b60820a32f2e22a45f852d0d75eb59f666..05cca844cbb9ec3b6fc40945806b295fc1b5bf5b 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
|
| @@ -16,11 +16,11 @@
|
| #include "ui/base/ime/input_method.h"
|
| #include "ui/base/win/shell.h"
|
| #include "ui/compositor/compositor_constants.h"
|
| -#include "ui/gfx/insets.h"
|
| +#include "ui/gfx/geometry/insets.h"
|
| +#include "ui/gfx/geometry/vector2d.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/path.h"
|
| #include "ui/gfx/path_win.h"
|
| -#include "ui/gfx/vector2d.h"
|
| #include "ui/gfx/win/dpi.h"
|
| #include "ui/native_theme/native_theme_aura.h"
|
| #include "ui/native_theme/native_theme_win.h"
|
|
|