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

Unified Diff: third_party/WebKit/Source/core/testing/DummyPageHolder.cpp

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/testing/DummyPageHolder.cpp
diff --git a/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp b/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp
index 008c66357d766693d6adf6a0eb503a00548ddb9a..0b06c34e9380e5179e2b49bb45571771e17e5a08 100644
--- a/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp
+++ b/third_party/WebKit/Source/core/testing/DummyPageHolder.cpp
@@ -49,9 +49,9 @@ std::unique_ptr<DummyPageHolder> DummyPageHolder::create(
FrameLoaderClient* frameLoaderClient,
FrameSettingOverrideFunction settingOverrider,
InterfaceProvider* interfaceProvider) {
- return wrapUnique(new DummyPageHolder(initialViewSize, pageClients,
- frameLoaderClient, settingOverrider,
- interfaceProvider));
+ return WTF::wrapUnique(
+ new DummyPageHolder(initialViewSize, pageClients, frameLoaderClient,
+ settingOverrider, interfaceProvider));
}
DummyPageHolder::DummyPageHolder(const IntSize& initialViewSize,
« no previous file with comments | « third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp ('k') | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698