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

Unified Diff: Source/modules/mediastream/RTCStatsReport.h

Issue 403013002: Rename WebCore to blink in Modules (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
« no previous file with comments | « Source/modules/mediastream/RTCStatsCallback.h ('k') | Source/modules/mediastream/RTCStatsReport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCStatsReport.h
diff --git a/Source/modules/mediastream/RTCStatsReport.h b/Source/modules/mediastream/RTCStatsReport.h
index dbb157ad11b3a47ad352bdccb5de560fcf20b103..ce520394d001e3293b712e1236074399e6b89f66 100644
--- a/Source/modules/mediastream/RTCStatsReport.h
+++ b/Source/modules/mediastream/RTCStatsReport.h
@@ -31,7 +31,7 @@
#include "wtf/text/StringHash.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class RTCStatsReport FINAL : public GarbageCollectedFinalized<RTCStatsReport>, public ScriptWrappable {
public:
@@ -61,6 +61,6 @@ private:
HashMap<String, String> m_stats;
};
-} // namespace WebCore
+} // namespace blink
#endif // RTCStatsReport_h
« no previous file with comments | « Source/modules/mediastream/RTCStatsCallback.h ('k') | Source/modules/mediastream/RTCStatsReport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698