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

Unified Diff: Source/core/animation/animatable/AnimatableUnknownTest.cpp

Issue 363183003: Move Animatable* hierarchy into new folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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: Source/core/animation/animatable/AnimatableUnknownTest.cpp
diff --git a/Source/core/animation/AnimatableUnknownTest.cpp b/Source/core/animation/animatable/AnimatableUnknownTest.cpp
similarity index 97%
rename from Source/core/animation/AnimatableUnknownTest.cpp
rename to Source/core/animation/animatable/AnimatableUnknownTest.cpp
index ad40dd76e57a9cfa8c5eb9f84261586d0b50ec29..bbee7c06b0f2483e1be166ec6a9f1ad6ebb251b1 100644
--- a/Source/core/animation/AnimatableUnknownTest.cpp
+++ b/Source/core/animation/animatable/AnimatableUnknownTest.cpp
@@ -29,9 +29,9 @@
*/
#include "config.h"
-#include "core/animation/AnimatableUnknown.h"
+#include "core/animation/animatable/AnimatableUnknown.h"
-#include "core/animation/AnimatableNeutral.h"
+#include "core/animation/animatable/AnimatableNeutral.h"
#include "core/css/CSSArrayFunctionValue.h"
#include <gtest/gtest.h>
« no previous file with comments | « Source/core/animation/animatable/AnimatableUnknown.h ('k') | Source/core/animation/animatable/AnimatableValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698