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

Unified Diff: Source/platform/mediastream/RTCStatsRequest.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/RTCStatsRequest.h
diff --git a/Source/platform/mediastream/RTCStatsRequest.h b/Source/platform/mediastream/RTCStatsRequest.h
index 98a032bf3d830db974ccc45617e527786c116c29..3809dfb6bba05c99d624e6c2a745e8a92d2d8a9f 100644
--- a/Source/platform/mediastream/RTCStatsRequest.h
+++ b/Source/platform/mediastream/RTCStatsRequest.h
@@ -35,7 +35,7 @@
#include "wtf/RefCounted.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class MediaStreamComponent;
class MediaStreamDescriptor;
@@ -54,6 +54,6 @@ protected:
RTCStatsRequest() { }
};
-} // namespace WebCore
+} // namespace blink
#endif // RTCStatsRequest_h
« no previous file with comments | « Source/platform/mediastream/RTCSessionDescriptionRequest.h ('k') | Source/platform/mediastream/RTCStatsResponseBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698