| Index: public/platform/WebRTCDataChannelHandlerClient.h
|
| diff --git a/public/platform/WebRTCDataChannelHandlerClient.h b/public/platform/WebRTCDataChannelHandlerClient.h
|
| index 42ab4ff4519a0e0780b661c1bd9276813f9b68a4..6c737ae962d3a7467386e9fe83119b086af51f69 100644
|
| --- a/public/platform/WebRTCDataChannelHandlerClient.h
|
| +++ b/public/platform/WebRTCDataChannelHandlerClient.h
|
| @@ -29,7 +29,7 @@
|
| #include "WebPrivatePtr.h"
|
| #include "WebString.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebRTCDataChannelHandlerClient {
|
| public:
|
| @@ -48,6 +48,6 @@ public:
|
| virtual void didDetectError() const = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebRTCDataChannelHandlerClient_h
|
|
|