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

Unified Diff: Source/platform/mediastream/MediaStreamSource.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/mediastream/MediaStreamSource.h
diff --git a/Source/platform/mediastream/MediaStreamSource.h b/Source/platform/mediastream/MediaStreamSource.h
index 56c1641c12a5029875018ae116ad4ec5b88b5b7c..cc24cdc7ccd1c84f9de16e413f14ba78d00230bd 100644
--- a/Source/platform/mediastream/MediaStreamSource.h
+++ b/Source/platform/mediastream/MediaStreamSource.h
@@ -42,7 +42,7 @@
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class PLATFORM_EXPORT MediaStreamSource FINAL : public RefCounted<MediaStreamSource> {
public:
@@ -111,6 +111,6 @@ private:
typedef Vector<RefPtr<MediaStreamSource> > MediaStreamSourceVector;
-} // namespace WebCore
+} // namespace blink
#endif // MediaStreamSource_h
« no previous file with comments | « Source/platform/mediastream/MediaStreamDescriptor.cpp ('k') | Source/platform/mediastream/MediaStreamSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698