| Index: extensions/common/api/dns.idl
|
| diff --git a/extensions/common/api/dns.idl b/extensions/common/api/dns.idl
|
| index 0500c0fa077fdc75fdeaf79ed40fd218a1d28503..ea8fc11fe83b6d0a25302786b2c3a960b36e7a58 100644
|
| --- a/extensions/common/api/dns.idl
|
| +++ b/extensions/common/api/dns.idl
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| // Use the <code>chrome.dns</code> API for dns resolution.
|
| -namespace dns {
|
| +[use_movable_types=true] namespace dns {
|
|
|
| dictionary ResolveCallbackResolveInfo {
|
| // The result code. Zero indicates success.
|
|
|