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

Unified Diff: Source/platform/animation/TimingFunctionTestHelperTest.cpp

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/TimingFunctionTestHelperTest.cpp
diff --git a/Source/core/platform/animation/TimingFunctionTestHelperTest.cpp b/Source/platform/animation/TimingFunctionTestHelperTest.cpp
similarity index 99%
rename from Source/core/platform/animation/TimingFunctionTestHelperTest.cpp
rename to Source/platform/animation/TimingFunctionTestHelperTest.cpp
index 01059a6c3ac6d295a975374ff994a9d75da1cd2e..ed4ff21a3a6790455b07422816edf4d1a4af45d3 100644
--- a/Source/core/platform/animation/TimingFunctionTestHelperTest.cpp
+++ b/Source/platform/animation/TimingFunctionTestHelperTest.cpp
@@ -30,7 +30,7 @@
#include "config.h"
-#include "core/platform/animation/TimingFunctionTestHelper.h"
+#include "platform/animation/TimingFunctionTestHelper.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>

Powered by Google App Engine
This is Rietveld 408576698