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

Unified Diff: third_party/WebKit/Source/web/UserMediaClientImpl.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/web/UserMediaClientImpl.h
diff --git a/third_party/WebKit/Source/web/UserMediaClientImpl.h b/third_party/WebKit/Source/web/UserMediaClientImpl.h
index 36994c583f68b42c1e413b7616ab9fb8a3dfba01..cd8818f900f3405a4e62fdf2a40d772adbbd371b 100644
--- a/third_party/WebKit/Source/web/UserMediaClientImpl.h
+++ b/third_party/WebKit/Source/web/UserMediaClientImpl.h
@@ -45,7 +45,7 @@ class UserMediaClientImpl final : public UserMediaClient {
public:
static std::unique_ptr<UserMediaClientImpl> create(
WebUserMediaClient* client) {
- return wrapUnique(new UserMediaClientImpl(client));
+ return WTF::wrapUnique(new UserMediaClientImpl(client));
}
// UserMediaClient ----------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698