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

Unified Diff: Source/platform/mediastream/RTCConfiguration.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/RTCConfiguration.h
diff --git a/Source/platform/mediastream/RTCConfiguration.h b/Source/platform/mediastream/RTCConfiguration.h
index c5e11456150ecd46d406d4873474a9d035700e43..2b3e8ea970e812009740a669b2849e101c2dd7c8 100644
--- a/Source/platform/mediastream/RTCConfiguration.h
+++ b/Source/platform/mediastream/RTCConfiguration.h
@@ -37,7 +37,7 @@
#include "wtf/Vector.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class RTCIceServer FINAL : public RefCounted<RTCIceServer> {
public:
@@ -86,6 +86,6 @@ private:
RTCIceTransports m_iceTransports;
};
-} // namespace WebCore
+} // namespace blink
#endif // RTCConfiguration_h
« no previous file with comments | « Source/platform/mediastream/MediaStreamWebAudioSource.cpp ('k') | Source/platform/mediastream/RTCOfferOptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698