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

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

Issue 14651027: Move webkit/compositor_bindings into webkit/renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
diff --git a/webkit/compositor_bindings/web_float_animation_curve_unittest.cc b/webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
similarity index 99%
rename from webkit/compositor_bindings/web_float_animation_curve_unittest.cc
rename to webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
index c59ff289dc1c2fe6c586e7773daff84d59ba7c2e..29e562607aa672ba4fce8a92d089ffbc393b3cdd 100644
--- a/webkit/compositor_bindings/web_float_animation_curve_unittest.cc
+++ b/webkit/renderer/compositor_bindings/web_float_animation_curve_unittest.cc
@@ -5,7 +5,7 @@
#include "base/memory/scoped_ptr.h"
#include "cc/animation/timing_function.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "webkit/compositor_bindings/web_float_animation_curve_impl.h"
+#include "webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h"
using WebKit::WebAnimationCurve;
using WebKit::WebFloatAnimationCurve;

Powered by Google App Engine
This is Rietveld 408576698