diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-07 17:42:47 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-07 17:42:47 +0000 |
commit | eef83dcdd5dea7fe829234d71423b2a0668029c9 (patch) | |
tree | c71420b8ac342f41bae393970b28c5c282ba340d /views/animation | |
parent | f676780687464428e340d008a0d1ca13d9944628 (diff) | |
download | chromium_src-eef83dcdd5dea7fe829234d71423b2a0668029c9.zip chromium_src-eef83dcdd5dea7fe829234d71423b2a0668029c9.tar.gz chromium_src-eef83dcdd5dea7fe829234d71423b2a0668029c9.tar.bz2 |
Fix build with using ui::TestAnimationDelegate
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/animation')
-rw-r--r-- | views/animation/bounds_animator_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/animation/bounds_animator_unittest.cc b/views/animation/bounds_animator_unittest.cc index 0c02e2d..c234b1f 100644 --- a/views/animation/bounds_animator_unittest.cc +++ b/views/animation/bounds_animator_unittest.cc @@ -11,6 +11,7 @@ using views::BoundsAnimator; using ui::Animation; using ui::SlideAnimation; +using ui::TestAnimationDelegate; namespace { |