diff options
Diffstat (limited to 'views/animation/bounds_animator.cc')
-rw-r--r-- | views/animation/bounds_animator.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/animation/bounds_animator.cc b/views/animation/bounds_animator.cc index 7039eb7..6c38422 100644 --- a/views/animation/bounds_animator.cc +++ b/views/animation/bounds_animator.cc @@ -1,10 +1,10 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "views/animation/bounds_animator.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "ui/base/animation/animation_container.h" #include "ui/base/animation/slide_animation.h" #include "views/view.h" |