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

Unified Diff: Source/platform/animation/TimingFunctionTestHelper.h

Issue 65303006: Move TimingFunction.h to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: gyp changes Created 7 years 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/platform/animation/TimingFunctionTestHelper.h
diff --git a/Source/core/platform/animation/TimingFunctionTestHelper.h b/Source/platform/animation/TimingFunctionTestHelper.h
similarity index 98%
rename from Source/core/platform/animation/TimingFunctionTestHelper.h
rename to Source/platform/animation/TimingFunctionTestHelper.h
index 06eaf0604f6f6ac8f3511ee64633df7e48f60124..c84c3b4c64094b1dc1e1065444587f7ba7fd1ded 100644
--- a/Source/core/platform/animation/TimingFunctionTestHelper.h
+++ b/Source/platform/animation/TimingFunctionTestHelper.h
@@ -36,7 +36,7 @@
#ifndef TimingFunctionTestHelper_h
#define TimingFunctionTestHelper_h
-#include "core/platform/animation/TimingFunction.h"
+#include "platform/animation/TimingFunction.h"
#include <ostream> // NOLINT

Powered by Google App Engine
This is Rietveld 408576698