| Index: chrome/common/extensions/api/file_system.idl
|
| diff --git a/chrome/common/extensions/api/file_system.idl b/chrome/common/extensions/api/file_system.idl
|
| index 6ea554a663153f884ead0320e2a15960e1e927f3..0df621cc2aa82dad339419c73b4ad1eefbe3b67b 100644
|
| --- a/chrome/common/extensions/api/file_system.idl
|
| +++ b/chrome/common/extensions/api/file_system.idl
|
| @@ -7,7 +7,7 @@
|
| // read and write to a user-selected location. For example, a text editor app
|
| // can use the API to read and write local documents. All failures are notified
|
| // via chrome.runtime.lastError.
|
| -namespace fileSystem {
|
| +[use_movable_types=true] namespace fileSystem {
|
| dictionary AcceptOption {
|
| // This is the optional text description for this option. If not present,
|
| // a description will be automatically generated; typically containing an
|
|
|