| Index: content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
 | 
| diff --git a/webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc b/content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
 | 
| similarity index 98%
 | 
| rename from webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
 | 
| rename to content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
 | 
| index 04605fbd80ea3222c421b1cfb6ac64a93eb2705c..3e80a0f13fcc9ac2eaa8388cbcdc1bf6a7723af9 100644
 | 
| --- a/webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
 | 
| +++ b/content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
 | 
| @@ -4,14 +4,14 @@
 | 
|  
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "cc/animation/timing_function.h"
 | 
| +#include "content/renderer/compositor_bindings/web_float_animation_curve_impl.h"
 | 
|  #include "testing/gtest/include/gtest/gtest.h"
 | 
| -#include "webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h"
 | 
|  
 | 
|  using blink::WebAnimationCurve;
 | 
|  using blink::WebFloatAnimationCurve;
 | 
|  using blink::WebFloatKeyframe;
 | 
|  
 | 
| -namespace webkit {
 | 
| +namespace content {
 | 
|  namespace {
 | 
|  
 | 
|  // Tests that a float animation with one keyframe works as expected.
 | 
| @@ -230,4 +230,5 @@ TEST(WebFloatAnimationCurveTest, DefaultTimingFunction) {
 | 
|  }
 | 
|  
 | 
|  }  // namespace
 | 
| -}  // namespace webkit
 | 
| +}  // namespace content
 | 
| +
 | 
| 
 |