diff options
Diffstat (limited to 'views/view_win.cc')
-rw-r--r-- | views/view_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/view_win.cc b/views/view_win.cc index a92cf68..0d4ccb1 100644 --- a/views/view_win.cc +++ b/views/view_win.cc @@ -6,8 +6,8 @@ #include "app/drag_drop_types.h" #include "app/gfx/canvas.h" -#include "app/gfx/path.h" #include "base/string_util.h" +#include "gfx/path.h" #include "views/accessibility/view_accessibility_wrapper.h" #include "views/border.h" #include "views/widget/root_view.h" |