| Index: chrome/common/extensions/api/file_browser_private.idl
 | 
| diff --git a/chrome/common/extensions/api/file_browser_private.idl b/chrome/common/extensions/api/file_browser_private.idl
 | 
| index 112b4d8bff7922dca6e676f5a67fc52d0de4e370..983efe8da63f112966bdc14a9161fe3cd783c7f9 100644
 | 
| --- a/chrome/common/extensions/api/file_browser_private.idl
 | 
| +++ b/chrome/common/extensions/api/file_browser_private.idl
 | 
| @@ -193,13 +193,13 @@ dictionary EntryProperties {
 | 
|    // Rotation in clockwise degrees, if the entry is an image.
 | 
|    long? imageRotation;
 | 
|  
 | 
| -  // True if the file is pinned in Drive cache.
 | 
| +  // True if the file is pinned in cache.
 | 
|    boolean? isPinned;
 | 
|  
 | 
| -  // True if the file is present in Drive cache.
 | 
| +  // True if the file is present in cache.
 | 
|    boolean? isPresent;
 | 
|  
 | 
| -  // True if the file is hosted on a Drive server instead of local.
 | 
| +  // True if the file is hosted on a server instead of local.
 | 
|    boolean? isHosted;
 | 
|  
 | 
|    // True if the file is available offline.
 | 
| 
 |