summaryrefslogtreecommitdiffstats
path: root/ui/base/animation/animation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/animation/animation.cc')
-rw-r--r--ui/base/animation/animation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/animation/animation.cc b/ui/base/animation/animation.cc
index 1824774..78ee4d9 100644
--- a/ui/base/animation/animation.cc
+++ b/ui/base/animation/animation.cc
@@ -4,10 +4,10 @@
#include "ui/base/animation/animation.h"
-#include "gfx/rect.h"
#include "ui/base/animation/animation_container.h"
#include "ui/base/animation/animation_delegate.h"
#include "ui/base/animation/tween.h"
+#include "ui/gfx/rect.h"
#if defined(OS_WIN)
#include "base/win/windows_version.h"