Commit 2195f13d authored by Joel Hockey's avatar Joel Hockey Committed by Commit Bot

Fix spelling error in FilesApp test

Change-Id: Iea3c4f398da33308841d04ed95371d2f09a8e38e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519548
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Auto-Submit: Joel Hockey <joelhockey@chromium.org>
Reviewed-by: default avatarJason Lin <lxj@google.com>
Cr-Commit-Position: refs/heads/master@{#825226}
parent 72efc066
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
VolumeManagerCommon.RootType.DRIVE, str('DRIVE_DIRECTORY_LABEL')); VolumeManagerCommon.RootType.DRIVE, str('DRIVE_DIRECTORY_LABEL'));
/** @type {MockFileSystem} */ (drive.fileSystem) /** @type {MockFileSystem} */ (drive.fileSystem)
.populate(Object.values(driveFs.entries)); .populate(Object.values(driveFs.entries));
window.webkitResolveLocalFileSystmeURL = orig; window.webkitResolveLocalFileSystemURL = orig;
// Create Downloads. // Create Downloads.
this.createVolumeInfo( this.createVolumeInfo(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment