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 |