Chromium Code Reviews| Index: ppapi/proxy/serialized_structs.h |
| =================================================================== |
| --- ppapi/proxy/serialized_structs.h (revision 91558) |
| +++ ppapi/proxy/serialized_structs.h (working copy) |
| @@ -76,7 +76,7 @@ |
| PPBFileRef_CreateInfo(); // Initializes to 0. |
| HostResource resource; |
| - int file_system_type; // One of PP_FileSystemType_Dev values. |
| + int file_system_type; // One of PP_FileSystemType values. |
| SerializedVar path; |
| SerializedVar name; |
| }; |