Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(885)

Unified Diff: ui/file_manager/file_manager/foreground/js/providers_model_unittest.js

Issue 2260133002: Files: Extract VolumeInfo interface from volume_manager.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698