| Index: third_party/WebKit/Source/core/fetch/MockFetchContext.h
|
| diff --git a/third_party/WebKit/Source/core/fetch/MockFetchContext.h b/third_party/WebKit/Source/core/fetch/MockFetchContext.h
|
| index 076d7ddbac0a364835c504bce703e5b7151152f4..b90c0fd9b1ebfb02408cd97e831accaf3d669466 100644
|
| --- a/third_party/WebKit/Source/core/fetch/MockFetchContext.h
|
| +++ b/third_party/WebKit/Source/core/fetch/MockFetchContext.h
|
| @@ -67,7 +67,7 @@ class MockFetchContext : public FetchContext {
|
| MockFetchContext(LoadPolicy loadPolicy)
|
| : m_loadPolicy(loadPolicy),
|
| m_policy(CachePolicyVerify),
|
| - m_runner(wrapUnique(new scheduler::FakeWebTaskRunner)),
|
| + m_runner(WTF::wrapUnique(new scheduler::FakeWebTaskRunner)),
|
| m_complete(false),
|
| m_transferSize(-1) {}
|
|
|
|
|