diff options
Diffstat (limited to 'views/animation/bounds_animator.h')
-rw-r--r-- | views/animation/bounds_animator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/animation/bounds_animator.h b/views/animation/bounds_animator.h index 2882819..c996a98 100644 --- a/views/animation/bounds_animator.h +++ b/views/animation/bounds_animator.h @@ -8,8 +8,8 @@ #include <map> #include "app/animation.h" -#include "base/gfx/rect.h" #include "base/scoped_ptr.h" +#include "gfx/rect.h" namespace views { |