| 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 40ff9c4f08bc49675bd86d97c48882de9b69c858..694d61e49618dd1e9cb06126eebfee48aa088198 100644
 | 
| --- a/third_party/WebKit/Source/platform/scheduler/CancellableTaskFactoryTest.cpp
 | 
| +++ b/third_party/WebKit/Source/platform/scheduler/CancellableTaskFactoryTest.cpp
 | 
| @@ -12,7 +12,7 @@ namespace {
 | 
|  
 | 
|  class TestCancellableTaskFactory final : public CancellableTaskFactory {
 | 
|  public:
 | 
| -    explicit TestCancellableTaskFactory(PassOwnPtr<Closure> closure)
 | 
| +    explicit TestCancellableTaskFactory(PassOwnPtr<SameThreadClosure> closure)
 | 
|          : CancellableTaskFactory(closure)
 | 
|      {
 | 
|      }
 | 
| 
 |