diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 10:17:23 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-06 10:17:23 +0000 |
commit | ca792efe9e0d324d5847f012e91b03aa02f1e81e (patch) | |
tree | 8f0a1ca86ebc9b0ac0febf0fac5d352e9dce7597 /ui/views/animation | |
parent | bbe1169c32700c8de2e777bededa7b2fe83ee7a1 (diff) | |
download | chromium_src-ca792efe9e0d324d5847f012e91b03aa02f1e81e.zip chromium_src-ca792efe9e0d324d5847f012e91b03aa02f1e81e.tar.gz chromium_src-ca792efe9e0d324d5847f012e91b03aa02f1e81e.tar.bz2 |
Linux/ChromeOS Chromium style checker cleanup, ui/ edition.
Automated clean up of style checker errors that were missed due to the plugin
not being executed on implementation files.
BUG=115047
Review URL: https://chromiumcodereview.appspot.com/12217031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180955 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/animation')
-rw-r--r-- | ui/views/animation/bounds_animator_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/animation/bounds_animator_unittest.cc b/ui/views/animation/bounds_animator_unittest.cc index c9431f8..7f80261 100644 --- a/ui/views/animation/bounds_animator_unittest.cc +++ b/ui/views/animation/bounds_animator_unittest.cc @@ -22,7 +22,7 @@ class TestBoundsAnimator : public BoundsAnimator { } protected: - SlideAnimation* CreateAnimation() { + virtual SlideAnimation* CreateAnimation() OVERRIDE { SlideAnimation* animation = BoundsAnimator::CreateAnimation(); animation->SetSlideDuration(10); return animation; |