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

Unified Diff: Source/platform/mediastream/MediaStreamDescriptor.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/MediaStreamDescriptor.h
diff --git a/Source/platform/mediastream/MediaStreamDescriptor.h b/Source/platform/mediastream/MediaStreamDescriptor.h
index e149d61107a654b2dd98642843830ce002e09db7..6e0b1b011a2eae38a6cb6b14dd5c8473a7248efd 100644
--- a/Source/platform/mediastream/MediaStreamDescriptor.h
+++ b/Source/platform/mediastream/MediaStreamDescriptor.h
@@ -38,7 +38,7 @@
#include "wtf/RefCounted.h"
#include "wtf/Vector.h"
-namespace WebCore {
+namespace blink {
class MediaStreamDescriptorClient {
public:
@@ -101,6 +101,6 @@ private:
typedef Vector<RefPtr<MediaStreamDescriptor> > MediaStreamDescriptorVector;
-} // namespace WebCore
+} // namespace blink
#endif // MediaStreamDescriptor_h
« no previous file with comments | « Source/platform/mediastream/MediaStreamComponent.cpp ('k') | Source/platform/mediastream/MediaStreamDescriptor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698