| Index: storage/common/fileapi/file_system_info.h
|
| diff --git a/storage/common/fileapi/file_system_info.h b/storage/common/fileapi/file_system_info.h
|
| index bb2fea9310ec1478c969b249b714f44caf27a810..655dc5d360e8a01bd0ea3f45e7881ece99af09c4 100644
|
| --- a/storage/common/fileapi/file_system_info.h
|
| +++ b/storage/common/fileapi/file_system_info.h
|
| @@ -14,7 +14,7 @@
|
| namespace storage {
|
|
|
| // This struct is used to send the necessary information for Blink to create a
|
| -// DOMFileSystem. Since Blink side only uses mount_type (rather than
|
| +// FileSystem. Since Blink side only uses mount_type (rather than
|
| // detailed/cracked filesystem type) this only contains mount_type but not type.
|
| struct STORAGE_COMMON_EXPORT FileSystemInfo {
|
| FileSystemInfo();
|
|
|