Index: public/platform/WebRTCDataChannelInit.h |
diff --git a/public/platform/WebRTCDataChannelInit.h b/public/platform/WebRTCDataChannelInit.h |
index aabb5833bf8bba4f109b97e57e6355eb8a008003..0b465536ce9e727f962f08f075f527bd4b4b5e17 100644 |
--- a/public/platform/WebRTCDataChannelInit.h |
+++ b/public/platform/WebRTCDataChannelInit.h |
@@ -33,7 +33,7 @@ |
#include "WebString.h" |
-namespace WebKit { |
+namespace blink { |
struct WebRTCDataChannelInit { |
public: |
@@ -51,6 +51,6 @@ public: |
int id; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebRTCDataChannelInit_h |