diff options
Diffstat (limited to 'views/layout/box_layout.cc')
-rw-r--r-- | views/layout/box_layout.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/layout/box_layout.cc b/views/layout/box_layout.cc index 6a6ede6..739d23e 100644 --- a/views/layout/box_layout.cc +++ b/views/layout/box_layout.cc @@ -4,8 +4,8 @@ #include "views/layout/box_layout.h" -#include "gfx/insets.h" -#include "gfx/rect.h" +#include "ui/gfx/insets.h" +#include "ui/gfx/rect.h" #include "views/view.h" namespace views { |