| Index: ui/file_manager/video_player/js/video_player.js
|
| diff --git a/ui/file_manager/video_player/js/video_player.js b/ui/file_manager/video_player/js/video_player.js
|
| index 9dcb7c18aaeef126528b31faf4f06d88484efc9f..2c8303438d55024537767edec5890d565cfa3eb2 100644
|
| --- a/ui/file_manager/video_player/js/video_player.js
|
| +++ b/ui/file_manager/video_player/js/video_player.js
|
| @@ -640,7 +640,7 @@ var player = new VideoPlayer();
|
| * @param {function()} callback Called when the sting data is ready.
|
| */
|
| function initStrings(callback) {
|
| - chrome.fileBrowserPrivate.getStrings(function(strings) {
|
| + chrome.fileManagerPrivate.getStrings(function(strings) {
|
| loadTimeData.data = strings;
|
| callback();
|
| }.wrap(null));
|
|
|