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

Unified Diff: webkit/renderer/compositor_bindings/web_animation_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_animation_unittest.cc
diff --git a/webkit/compositor_bindings/web_animation_unittest.cc b/webkit/renderer/compositor_bindings/web_animation_unittest.cc
similarity index 90%
rename from webkit/compositor_bindings/web_animation_unittest.cc
rename to webkit/renderer/compositor_bindings/web_animation_unittest.cc
index 925a78b1107feaad324317ef3456b7e7acfe482b..520d90920cc93e6c0f933b45a8075af2ad996235 100644
--- a/webkit/compositor_bindings/web_animation_unittest.cc
+++ b/webkit/renderer/compositor_bindings/web_animation_unittest.cc
@@ -4,8 +4,8 @@
#include "base/memory/scoped_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "webkit/compositor_bindings/web_animation_impl.h"
-#include "webkit/compositor_bindings/web_float_animation_curve_impl.h"
+#include "webkit/renderer/compositor_bindings/web_animation_impl.h"
+#include "webkit/renderer/compositor_bindings/web_float_animation_curve_impl.h"
using WebKit::WebAnimation;
using WebKit::WebAnimationCurve;

Powered by Google App Engine
This is Rietveld 408576698