Index: chrome/browser/resources/file_manager/js/photo/photo_import.js |
=================================================================== |
--- chrome/browser/resources/file_manager/js/photo/photo_import.js (revision 148344) |
+++ chrome/browser/resources/file_manager/js/photo/photo_import.js (working copy) |
@@ -19,7 +19,7 @@ |
this.document_ = this.dom_.ownerDocument; |
this.metadataCache_ = params.metadataCache; |
this.volumeManager_ = new VolumeManager(); |
- this.copyManager_ = new FileCopyManager(this.filesystem_.root); |
+ this.copyManager_ = FileCopyManagerWrapper.getInstance(this.filesystem_.root); |
this.mediaFilesList_ = null; |
this.albums_ = null; |
this.albumsDir_ = null; |