Index: third_party/WebKit/Source/platform/scheduler/CancellableTaskFactoryTest.cpp |
diff --git a/third_party/WebKit/Source/platform/scheduler/CancellableTaskFactoryTest.cpp b/third_party/WebKit/Source/platform/scheduler/CancellableTaskFactoryTest.cpp |
index fa486149b6b4d27a33926214e9a7b76dd0d21082..8fba292281613a4893fe91b271437d0193af6054 100644 |
--- a/third_party/WebKit/Source/platform/scheduler/CancellableTaskFactoryTest.cpp |
+++ b/third_party/WebKit/Source/platform/scheduler/CancellableTaskFactoryTest.cpp |
@@ -15,7 +15,7 @@ namespace { |
class TestCancellableTaskFactory final : public CancellableTaskFactory { |
public: |
- explicit TestCancellableTaskFactory(std::unique_ptr<SameThreadClosure> closure) |
+ explicit TestCancellableTaskFactory(std::unique_ptr<WTF::Closure> closure) |
: CancellableTaskFactory(std::move(closure)) |
{ |
} |