Index: Source/core/animation/CompositorAnimationsTestHelper.h |
diff --git a/Source/core/animation/CompositorAnimationsTestHelper.h b/Source/core/animation/CompositorAnimationsTestHelper.h |
index 155ec6751de09bdcdc032b5120707cc855538e10..185e787e8fbe51fb730759a5ba11a3a41d9174a8 100644 |
--- a/Source/core/animation/CompositorAnimationsTestHelper.h |
+++ b/Source/core/animation/CompositorAnimationsTestHelper.h |
@@ -35,18 +35,6 @@ |
#include <gmock/gmock.h> |
#include <gtest/gtest.h> |
- |
-namespace testing { |
- |
-template<typename T> |
-PassOwnPtr<T> CloneToPassOwnPtr(T& o) |
-{ |
- return adoptPtr(new T(o)); |
-} |
- |
-} // namespace testing |
- |
- |
// Test helpers and mocks for Web* types |
// ----------------------------------------------------------------------- |
namespace blink { |