| 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 71fa13ad7c9dca5a569c98a8d06687ebda8578f8..3be685234ea453ee73d38c46509baa1458b99e0e 100644
 | 
| --- a/chrome/common/extensions/api/file_system_provider.idl
 | 
| +++ b/chrome/common/extensions/api/file_system_provider.idl
 | 
| @@ -4,8 +4,7 @@
 | 
|  
 | 
|  // Use the <code>chrome.fileSystemProvider</code> API to create file systems,
 | 
|  // that can be accessible from the file manager on Chrome OS.
 | 
| -[platforms=("chromeos"),
 | 
| - 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"]
 | 
|  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, <code>
 | 
| 
 |