Index: content/renderer/compositor_bindings/web_animation_unittest.cc |
diff --git a/webkit/renderer/compositor_bindings/web_animation_unittest.cc b/content/renderer/compositor_bindings/web_animation_unittest.cc |
similarity index 90% |
rename from webkit/renderer/compositor_bindings/web_animation_unittest.cc |
rename to content/renderer/compositor_bindings/web_animation_unittest.cc |
index 9d0f666850f749da397ea073814d35ffdf353053..27792c701e825d3513e3ff5fc45e42e5a969b12f 100644 |
--- a/webkit/renderer/compositor_bindings/web_animation_unittest.cc |
+++ b/content/renderer/compositor_bindings/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 "testing/gtest/include/gtest/gtest.h" |
-#include "webkit/renderer/compositor_bindings/web_animation_impl.h" |
-#include "webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h" |
using blink::WebAnimation; |
using blink::WebAnimationCurve; |
using blink::WebFloatAnimationCurve; |
-namespace webkit { |
+namespace content { |
namespace { |
TEST(WebAnimationTest, DefaultSettings) { |
@@ -56,4 +56,5 @@ TEST(WebAnimationTest, ModifiedSettings) { |
} |
} // namespace |
-} // namespace webkit |
+} // namespace content |
+ |