| Index: extensions/common/api/socket.idl
|
| diff --git a/extensions/common/api/socket.idl b/extensions/common/api/socket.idl
|
| index 8a8559ee95735c10a4d3b5a0dab4c08e72d907a6..24bfb18fcc39fd74b3e22f01caf330de50ab2075 100644
|
| --- a/extensions/common/api/socket.idl
|
| +++ b/extensions/common/api/socket.idl
|
| @@ -6,7 +6,7 @@
|
| // network using TCP and UDP connections. <b>Note:</b> Starting with Chrome 33,
|
| // this API is deprecated in favor of the $(ref:sockets.udp), $(ref:sockets.tcp) and
|
| // $(ref:sockets.tcpServer) APIs.
|
| -namespace socket {
|
| +[use_movable_types=true] namespace socket {
|
| enum SocketType {
|
| tcp,
|
| udp
|
|
|