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

Unified Diff: Source/modules/mediastream/MediaStreamTrack.h

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
« no previous file with comments | « Source/modules/mediastream/MediaStreamRegistry.cpp ('k') | Source/modules/mediastream/MediaStreamTrack.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/MediaStreamTrack.h
diff --git a/Source/modules/mediastream/MediaStreamTrack.h b/Source/modules/mediastream/MediaStreamTrack.h
index 4d8bccbf9fcf1802a1dead28a434c2048145dd4f..a0825cad2baa235674067ebf25a2ebd42f3952a9 100644
--- a/Source/modules/mediastream/MediaStreamTrack.h
+++ b/Source/modules/mediastream/MediaStreamTrack.h
@@ -33,7 +33,7 @@
#include "platform/mediastream/MediaStreamSource.h"
#include "wtf/Forward.h"
-namespace WebCore {
+namespace blink {
class AudioSourceProvider;
class ExceptionState;
@@ -104,6 +104,6 @@ private:
typedef HeapVector<Member<MediaStreamTrack> > MediaStreamTrackVector;
-} // namespace WebCore
+} // namespace blink
#endif // MediaStreamTrack_h
« no previous file with comments | « Source/modules/mediastream/MediaStreamRegistry.cpp ('k') | Source/modules/mediastream/MediaStreamTrack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698