| Index: ui/file_manager/file_manager/foreground/js/providers_model_unittest.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/providers_model_unittest.js b/ui/file_manager/file_manager/foreground/js/providers_model_unittest.js
|
| index a2732780a84c254a3cf94799127b04910f3cc6dd..b535bdd3dabae6342566f972c469f3054696a009 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/providers_model_unittest.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/providers_model_unittest.js
|
| @@ -80,7 +80,7 @@ function addProvidedVolume(volumeManager, extensionId, volumeId) {
|
| var fileSystem = new MockFileSystem(volumeId, 'filesystem:' + volumeId);
|
| fileSystem.entries['/'] = new MockDirectoryEntry(fileSystem, '');
|
|
|
| - var volumeInfo = new VolumeInfo(
|
| + var volumeInfo = new VolumeInfoImpl(
|
| VolumeManagerCommon.VolumeType.PROVIDED,
|
| volumeId,
|
| fileSystem,
|
|
|