Index: third_party/WebKit/Source/platform/animation/WebTransformKeyframe.h |
diff --git a/third_party/WebKit/public/platform/WebTransformKeyframe.h b/third_party/WebKit/Source/platform/animation/WebTransformKeyframe.h |
similarity index 90% |
rename from third_party/WebKit/public/platform/WebTransformKeyframe.h |
rename to third_party/WebKit/Source/platform/animation/WebTransformKeyframe.h |
index 4adc83af5845124fd0c12a3e520f8e77f7dd26a8..7acb33d84b731cc8da4db2fe5bc33366226928ef 100644 |
--- a/third_party/WebKit/public/platform/WebTransformKeyframe.h |
+++ b/third_party/WebKit/Source/platform/animation/WebTransformKeyframe.h |
@@ -25,11 +25,14 @@ |
#ifndef WebTransformKeyframe_h |
#define WebTransformKeyframe_h |
-#include "WebNonCopyable.h" |
-#include "WebPrivateOwnPtr.h" |
-#include "WebTransformOperations.h" |
+#include "platform/animation/WebTransformOperations.h" |
+#include "public/platform/WebNonCopyable.h" |
+#include "public/platform/WebPrivateOwnPtr.h" |
#if INSIDE_BLINK |
-namespace WTF { template <typename T> class PassOwnPtr; } |
+namespace WTF { |
+template <typename T> |
+class PassOwnPtr; |
+} |
#endif |
namespace blink { |