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

Unified Diff: cc/blink/web_animation_unittest.cc

Issue 470983004: Move blink<->cc bindings to cc/blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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
« no previous file with comments | « cc/blink/web_animation_impl.cc ('k') | cc/blink/web_blend_mode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/web_animation_unittest.cc
diff --git a/content/renderer/compositor_bindings/web_animation_unittest.cc b/cc/blink/web_animation_unittest.cc
similarity index 91%
rename from content/renderer/compositor_bindings/web_animation_unittest.cc
rename to cc/blink/web_animation_unittest.cc
index f2f99c9b1c9837e6c2dd9029aa3f490086831a9f..cf9e05c782c9460d2f64e2fae7e689aed0a4387e 100644
--- a/content/renderer/compositor_bindings/web_animation_unittest.cc
+++ b/cc/blink/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 "cc/blink/web_animation_impl.h"
+#include "cc/blink/web_float_animation_curve_impl.h"
#include "testing/gtest/include/gtest/gtest.h"
using blink::WebCompositorAnimation;
using blink::WebCompositorAnimationCurve;
using blink::WebFloatAnimationCurve;
-namespace content {
+namespace cc_blink {
namespace {
TEST(WebCompositorAnimationTest, DefaultSettings) {
@@ -57,5 +57,4 @@ TEST(WebCompositorAnimationTest, ModifiedSettings) {
}
} // namespace
-} // namespace content
-
+} // namespace cc_blink
« no previous file with comments | « cc/blink/web_animation_impl.cc ('k') | cc/blink/web_blend_mode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698