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

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

Issue 112463008: Move core/platform/animation files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move TimingFunctions unit tests into platform/animation Created 6 years, 12 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/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