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

Unified Diff: third_party/WebKit/Source/web/ColorChooserUIController.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/ColorChooserUIController.cpp
diff --git a/third_party/WebKit/Source/web/ColorChooserUIController.cpp b/third_party/WebKit/Source/web/ColorChooserUIController.cpp
index a6c887668bcecaf1ccc3406d77c29e9765b967dc..5f79b19acad87e9a2a77289a42755179b57962d7 100644
--- a/third_party/WebKit/Source/web/ColorChooserUIController.cpp
+++ b/third_party/WebKit/Source/web/ColorChooserUIController.cpp
@@ -87,7 +87,7 @@ void ColorChooserUIController::openColorChooser() {
WebFrameClient* webFrameClient = frame->client();
if (!webFrameClient)
return;
- m_chooser = wrapUnique(webFrameClient->createColorChooser(
+ m_chooser = WTF::wrapUnique(webFrameClient->createColorChooser(
this, static_cast<WebColor>(m_client->currentColor().rgb()),
m_client->suggestions()));
}
« no previous file with comments | « third_party/WebKit/Source/web/ChromeClientImpl.cpp ('k') | third_party/WebKit/Source/web/CompositorMutatorImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698