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

Unified Diff: Source/modules/mediastream/MediaStreamTrackEvent.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/mediastream/MediaStreamTrackEvent.cpp
diff --git a/Source/modules/mediastream/MediaStreamTrackEvent.cpp b/Source/modules/mediastream/MediaStreamTrackEvent.cpp
index 877dd1d08db5a2ad6a9c3486a0b1514b2cfb7028..97e3bff3f4cbdc697074404439e92b97b0d1bfe8 100644
--- a/Source/modules/mediastream/MediaStreamTrackEvent.cpp
+++ b/Source/modules/mediastream/MediaStreamTrackEvent.cpp
@@ -27,7 +27,7 @@
#include "modules/mediastream/MediaStreamTrack.h"
-namespace WebCore {
+namespace blink {
PassRefPtrWillBeRawPtr<MediaStreamTrackEvent> MediaStreamTrackEvent::create()
{
@@ -72,4 +72,4 @@ void MediaStreamTrackEvent::trace(Visitor* visitor)
Event::trace(visitor);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/mediastream/MediaStreamTrackEvent.h ('k') | Source/modules/mediastream/MediaStreamTrackSourcesCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698