| Index: public/platform/WebRTCSessionDescription.h
|
| diff --git a/public/platform/WebRTCSessionDescription.h b/public/platform/WebRTCSessionDescription.h
|
| index 504b6a0bd5093b12fa6d89e20bf299f79158df1a..49297554462497eb994f95b2f54638e06f166658 100644
|
| --- a/public/platform/WebRTCSessionDescription.h
|
| +++ b/public/platform/WebRTCSessionDescription.h
|
| @@ -36,7 +36,7 @@
|
| #include "WebPrivatePtr.h"
|
| #include "WebString.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebRTCSessionDescriptionPrivate;
|
|
|
| @@ -86,6 +86,6 @@ private:
|
| WebPrivatePtr<WebRTCSessionDescriptionPrivate> m_private;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebRTCSessionDescription_h
|
|
|