| Index: ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| diff --git a/ui/file_manager/file_manager/common/js/volume_manager_common.js b/ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| index 62e3c96250eb7305fa7178d6098b3402b6092d46..03b72e43d5b50f6e1782edaa9c5ea308ed920517 100644
|
| --- a/ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| +++ b/ui/file_manager/file_manager/common/js/volume_manager_common.js
|
| @@ -214,7 +214,7 @@ VolumeManagerCommon.VolumeInfoProvider.prototype.getVolumeInfo;
|
| /**
|
| * Fake entries for Google Drive's virtual folders.
|
| * (OFFLINE, RECENT, and SHARED_WITH_ME)
|
| - * @typedef {?{
|
| + * @typedef {{
|
| * isDirectory: boolean,
|
| * rootType: VolumeManagerCommon.RootType,
|
| * toURL: function(): string
|
|
|