| Index: ui/file_manager/file_manager/background/js/background.js
|
| diff --git a/ui/file_manager/file_manager/background/js/background.js b/ui/file_manager/file_manager/background/js/background.js
|
| index 183e9e0f8813a0e547681a41c6efabae115e4190..bff74cf70ee9fe0190ff2b8c8c536f1172359f4d 100644
|
| --- a/ui/file_manager/file_manager/background/js/background.js
|
| +++ b/ui/file_manager/file_manager/background/js/background.js
|
| @@ -154,7 +154,7 @@ FileBrowserBackground.prototype.ready = function(callback) {
|
| */
|
| FileBrowserBackground.prototype.handleViewEvent_ =
|
| function(event) {
|
| - VolumeManager.getInstance()
|
| + volumeManagerFactory.getInstance()
|
| .then(
|
| /**
|
| * Retrieves the root file entry of the volume on the requested
|
| @@ -187,7 +187,7 @@ FileBrowserBackground.prototype.handleViewEvent_ =
|
| */
|
| FileBrowserBackground.prototype.navigateToVolumeWhenReady_ =
|
| function(volumeId, opt_directoryPath) {
|
| - VolumeManager.getInstance()
|
| + volumeManagerFactory.getInstance()
|
| .then(
|
| /**
|
| * Retrieves the root file entry of the volume on the requested
|
|
|