| Index: Source/core/platform/chromium/support/WebRTCStatsResponse.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebRTCStatsResponse.cpp b/Source/core/platform/chromium/support/WebRTCStatsResponse.cpp
|
| index 59a61911623354d2ae01fa7534e7672478c44ace..bf6c86eac84473af5b0bfb7ad399d6d546564a13 100644
|
| --- a/Source/core/platform/chromium/support/WebRTCStatsResponse.cpp
|
| +++ b/Source/core/platform/chromium/support/WebRTCStatsResponse.cpp
|
| @@ -31,7 +31,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebRTCStatsResponse::WebRTCStatsResponse(const PassRefPtr<RTCStatsResponseBase>& request)
|
| : m_private(request)
|
| @@ -65,5 +65,5 @@ void WebRTCStatsResponse::addStatistic(size_t report, WebString name, WebString
|
| m_private->addStatistic(report, name, value);
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
|
|