| Index: cc/blink/web_animation_unittest.cc
 | 
| diff --git a/content/renderer/compositor_bindings/web_animation_unittest.cc b/cc/blink/web_animation_unittest.cc
 | 
| similarity index 91%
 | 
| rename from content/renderer/compositor_bindings/web_animation_unittest.cc
 | 
| rename to cc/blink/web_animation_unittest.cc
 | 
| index f2f99c9b1c9837e6c2dd9029aa3f490086831a9f..cf9e05c782c9460d2f64e2fae7e689aed0a4387e 100644
 | 
| --- a/content/renderer/compositor_bindings/web_animation_unittest.cc
 | 
| +++ b/cc/blink/web_animation_unittest.cc
 | 
| @@ -3,15 +3,15 @@
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
| -#include "content/renderer/compositor_bindings/web_animation_impl.h"
 | 
| -#include "content/renderer/compositor_bindings/web_float_animation_curve_impl.h"
 | 
| +#include "cc/blink/web_animation_impl.h"
 | 
| +#include "cc/blink/web_float_animation_curve_impl.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
|  using blink::WebCompositorAnimation;
 | 
|  using blink::WebCompositorAnimationCurve;
 | 
|  using blink::WebFloatAnimationCurve;
 | 
|  
 | 
| -namespace content {
 | 
| +namespace cc_blink {
 | 
|  namespace {
 | 
|  
 | 
|  TEST(WebCompositorAnimationTest, DefaultSettings) {
 | 
| @@ -57,5 +57,4 @@ TEST(WebCompositorAnimationTest, ModifiedSettings) {
 | 
|  }
 | 
|  
 | 
|  }  // namespace
 | 
| -}  // namespace content
 | 
| -
 | 
| +}  // namespace cc_blink
 | 
| 
 |