| Index: chrome/test/data/extensions/api_test/file_system/get_display_path_prettify/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify/test.js b/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify/test.js
|
| index 1cf19a154e68debe4c2f29e6f96e0fd173d89421..7427459990a8a94f8503da9f9a38b4afe6626042 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify/test.js
|
| +++ b/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify/test.js
|
| @@ -4,7 +4,7 @@
|
|
|
| chrome.test.runTests([
|
| function getDisplayPath() {
|
| - chrome.fileSystem.chooseFile(chrome.test.callbackPass(function(entry) {
|
| + chrome.fileSystem.chooseEntry(chrome.test.callbackPass(function(entry) {
|
| chrome.test.assertEq('gold.txt', entry.name);
|
|
|
| // Test that we can get the display path of the file, and that it begins
|
|
|