Index: ui/views/animation/bounds_animator_unittest.cc |
diff --git a/views/animation/bounds_animator_unittest.cc b/ui/views/animation/bounds_animator_unittest.cc |
similarity index 97% |
rename from views/animation/bounds_animator_unittest.cc |
rename to ui/views/animation/bounds_animator_unittest.cc |
index a899f8e47478da52d4a5e96ea12e541b7caaab4d..d030ba1c455886181d882acb05d9b1d4046b5302 100644 |
--- a/views/animation/bounds_animator_unittest.cc |
+++ b/ui/views/animation/bounds_animator_unittest.cc |
@@ -1,11 +1,11 @@ |
-// 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 "testing/gtest/include/gtest/gtest.h" |
#include "ui/base/animation/slide_animation.h" |
#include "ui/base/animation/test_animation_delegate.h" |
-#include "views/animation/bounds_animator.h" |
+#include "ui/views/animation/bounds_animator.h" |
#include "views/view.h" |
using views::BoundsAnimator; |