Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: content/renderer/compositor_bindings/web_float_animation_curve_unittest.cc

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing dependencies due to failing ios bots Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
+

Powered by Google App Engine
This is Rietveld 408576698