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

Unified Diff: third_party/WebKit/Source/core/fetch/MockFetchContext.h

Issue 2547053003: s/ passed(...) / WTF::passed(...) / to avoid future ambiguity w/ base::Passed. (Closed)
Patch Set: Rebasing... Created 4 years 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
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) {}
« no previous file with comments | « third_party/WebKit/Source/core/fetch/ImageResourceTest.cpp ('k') | third_party/WebKit/Source/core/fetch/Resource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698