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

Unified Diff: Source/core/animation/CompositorAnimationsTestHelper.h

Issue 1310453004: Remove testing::CloneToPassOwnPtr; it is unused. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/core/animation/CompositorAnimationsTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « Source/core/animation/CompositorAnimationsTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698