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

Unified Diff: Source/platform/mediastream/RTCOfferOptions.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/RTCOfferOptions.h
diff --git a/Source/platform/mediastream/RTCOfferOptions.h b/Source/platform/mediastream/RTCOfferOptions.h
index 8608940ee6bb9b88b9befeaed5646a99786561a3..b840645975642eaf8b3dcdd37efc08f334be88ed 100644
--- a/Source/platform/mediastream/RTCOfferOptions.h
+++ b/Source/platform/mediastream/RTCOfferOptions.h
@@ -8,7 +8,7 @@
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
-namespace WebCore {
+namespace blink {
class RTCOfferOptions FINAL : public RefCounted<RTCOfferOptions> {
public:
@@ -37,6 +37,6 @@ private:
bool m_iceRestart;
};
-} // namespace WebCore
+} // namespace blink
#endif // RTCOfferOptions_h
« no previous file with comments | « Source/platform/mediastream/RTCConfiguration.h ('k') | Source/platform/mediastream/RTCSessionDescriptionRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698