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

Unified Diff: third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.cc

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/platform/testing/weburl_loader_mock_factory_impl.cc
diff --git a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.cc b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.cc
index 48dbde6a61ebe289e9780e8858217fa18f8f2d7d..af7f93829b9eb2489e5b411f6eb8ea4f522d90fc 100644
--- a/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.cc
+++ b/third_party/WebKit/Source/platform/testing/weburl_loader_mock_factory_impl.cc
@@ -21,7 +21,7 @@ namespace blink {
std::unique_ptr<WebURLLoaderMockFactory> WebURLLoaderMockFactory::create()
{
- return wrapUnique(new WebURLLoaderMockFactoryImpl);
+ return WTF::wrapUnique(new WebURLLoaderMockFactoryImpl);
}
WebURLLoaderMockFactoryImpl::WebURLLoaderMockFactoryImpl() {}

Powered by Google App Engine
This is Rietveld 408576698