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

Unified Diff: Source/modules/webaudio/OfflineAudioCompletionEvent.cpp

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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: Source/modules/webaudio/OfflineAudioCompletionEvent.cpp
diff --git a/Source/modules/webaudio/OfflineAudioCompletionEvent.cpp b/Source/modules/webaudio/OfflineAudioCompletionEvent.cpp
index a2a72d1e27b01ef5d9a2d60653f66b3962bcd8ae..5b230e303ef287aa113ff0d7a7e6863b67006e3a 100644
--- a/Source/modules/webaudio/OfflineAudioCompletionEvent.cpp
+++ b/Source/modules/webaudio/OfflineAudioCompletionEvent.cpp
@@ -28,7 +28,7 @@
#include "modules/webaudio/OfflineAudioCompletionEvent.h"
-namespace WebCore {
+namespace blink {
PassRefPtrWillBeRawPtr<OfflineAudioCompletionEvent> OfflineAudioCompletionEvent::create()
{
@@ -67,6 +67,6 @@ void OfflineAudioCompletionEvent::trace(Visitor* visitor)
Event::trace(visitor);
}
-} // namespace WebCore
+} // namespace blink
#endif // ENABLE(WEB_AUDIO)
« no previous file with comments | « Source/modules/webaudio/OfflineAudioCompletionEvent.h ('k') | Source/modules/webaudio/OfflineAudioContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698