| Index: chrome/test/data/extensions/api_test/file_system/get_display_path/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system/get_display_path/test.js b/chrome/test/data/extensions/api_test/file_system/get_display_path/test.js
|
| index 292ed7ecea0b7a27637b6fd79cf9c338c8b9e401..c55d5ecfe0d9fa870fc54f7f9a0dc96bb9e874c6 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system/get_display_path/test.js
|
| +++ b/chrome/test/data/extensions/api_test/file_system/get_display_path/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.
|
| chrome.fileSystem.getDisplayPath(entry, chrome.test.callbackPass(
|
|
|