Index: cc/blink/web_float_animation_curve_unittest.cc |
diff --git a/content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc b/cc/blink/web_float_animation_curve_unittest.cc |
similarity index 98% |
rename from content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc |
rename to cc/blink/web_float_animation_curve_unittest.cc |
index 49fc3f8f6e2a9e8d5396e1a87b75a2d3af66b7cc..14afdd07830b67df185adc0502c815bc9d9b1f69 100644 |
--- a/content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc |
+++ b/cc/blink/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 "cc/blink/web_float_animation_curve_impl.h" |
#include "testing/gtest/include/gtest/gtest.h" |
using blink::WebCompositorAnimationCurve; |
using blink::WebFloatAnimationCurve; |
using blink::WebFloatKeyframe; |
-namespace content { |
+namespace cc_blink { |
namespace { |
// Tests that a float animation with one keyframe works as expected. |
@@ -231,5 +231,4 @@ TEST(WebFloatAnimationCurveTest, DefaultTimingFunction) { |
} |
} // namespace |
-} // namespace content |
- |
+} // namespace cc_blink |