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

Unified Diff: third_party/WebKit/Source/web/PageOverlay.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/web/PageOverlay.cpp
diff --git a/third_party/WebKit/Source/web/PageOverlay.cpp b/third_party/WebKit/Source/web/PageOverlay.cpp
index 918eaa55f6c56fa76ec65f05265eb19bf70824cd..44b93d59b7a0692d1c5e88f3763b49e615101273 100644
--- a/third_party/WebKit/Source/web/PageOverlay.cpp
+++ b/third_party/WebKit/Source/web/PageOverlay.cpp
@@ -49,7 +49,7 @@ namespace blink {
std::unique_ptr<PageOverlay> PageOverlay::create(
WebLocalFrameImpl* frameImpl,
std::unique_ptr<PageOverlay::Delegate> delegate) {
- return wrapUnique(new PageOverlay(frameImpl, std::move(delegate)));
+ return WTF::wrapUnique(new PageOverlay(frameImpl, std::move(delegate)));
}
PageOverlay::PageOverlay(WebLocalFrameImpl* frameImpl,
« no previous file with comments | « third_party/WebKit/Source/web/LocalFileSystemClient.cpp ('k') | third_party/WebKit/Source/web/PageOverlayTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698