Index: ui/file_manager/video_player/js/background.js |
diff --git a/ui/file_manager/video_player/js/background.js b/ui/file_manager/video_player/js/background.js |
index acbf1c45f8307146b814e366a44f5c99c239bec4..6c350aed8d6d23e4d16c1b60d62cd2492747ebb9 100644 |
--- a/ui/file_manager/video_player/js/background.js |
+++ b/ui/file_manager/video_player/js/background.js |
@@ -13,7 +13,7 @@ var initializeQueue = new AsyncUtil.Queue(); |
// Initializes the strings. This needs for the volume manager. |
initializeQueue.run(function(fulfill) { |
- chrome.fileBrowserPrivate.getStrings(function(stringData) { |
+ chrome.fileManagerPrivate.getStrings(function(stringData) { |
loadTimeData.data = stringData; |
fulfill(); |
}.wrap()); |
@@ -41,7 +41,7 @@ function onLaunched(launchData) { |
return item.entry; |
}); |
- chrome.fileBrowserPrivate.resolveIsolatedEntries(isolatedEntries, |
+ chrome.fileManagerPrivate.resolveIsolatedEntries(isolatedEntries, |
function(externalEntries) { |
videos = externalEntries.map(function(entry) { |
return Object.freeze({ |