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

Unified Diff: third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.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/modules/webaudio/AudioWorkletThreadTest.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
index de2081ab3a82286a66cf18176e648bbd7e0f8ebc..04114de0ded4d0058d0bb37d75eb6b6ed65febc0 100644
--- a/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
@@ -35,7 +35,7 @@ namespace {
class TestAudioWorkletReportingProxy : public WorkerReportingProxy {
public:
static std::unique_ptr<TestAudioWorkletReportingProxy> create() {
- return wrapUnique(new TestAudioWorkletReportingProxy());
+ return WTF::wrapUnique(new TestAudioWorkletReportingProxy());
}
// (Empty) WorkerReportingProxy implementation:

Powered by Google App Engine
This is Rietveld 408576698