| Index: chrome/common/extensions/api/file_system_provider.idl
|
| diff --git a/chrome/common/extensions/api/file_system_provider.idl b/chrome/common/extensions/api/file_system_provider.idl
|
| index b18d46afc936e6e3fc1204228c615610b639435f..38882b1af0816bc02b484cd7d63f083b2cf3a539 100644
|
| --- a/chrome/common/extensions/api/file_system_provider.idl
|
| +++ b/chrome/common/extensions/api/file_system_provider.idl
|
| @@ -4,7 +4,8 @@
|
|
|
| // Use the <code>chrome.fileSystemProvider</code> API to create file systems,
|
| // that can be accessible from the file manager on Chrome OS.
|
| -[implemented_in="chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.h"]
|
| +[implemented_in="chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.h",
|
| + use_movable_types=true]
|
| namespace fileSystemProvider {
|
| // Error codes used by providing extensions in response to requests as well
|
| // as in case of errors when calling methods of the API. For success,
|
|
|