| Index: Source/core/platform/chromium/support/WebRTCSessionDescriptionRequest.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebRTCSessionDescriptionRequest.cpp b/Source/core/platform/chromium/support/WebRTCSessionDescriptionRequest.cpp
|
| index 7575a51d90f954eac9db16e240ab0eab60c14b0a..4a1cfe379e689201e6a2123a110b306ab7c53d77 100644
|
| --- a/Source/core/platform/chromium/support/WebRTCSessionDescriptionRequest.cpp
|
| +++ b/Source/core/platform/chromium/support/WebRTCSessionDescriptionRequest.cpp
|
| @@ -38,7 +38,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| namespace {
|
|
|
| @@ -94,5 +94,5 @@ void WebRTCSessionDescriptionRequest::setExtraData(ExtraData* extraData)
|
| m_private->setExtraData(adoptRef(new ExtraDataContainer(extraData)));
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
|
|