| Index: chrome/test/data/extensions/api_test/file_system/open_background/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system/open_background/background.js b/chrome/test/data/extensions/api_test/file_system/open_background/background.js
|
| index 48c2cb8bd995b6aa535d67f4dc19433031254344..54a5f36c5f75e526c83587e1070b10be40803cbe 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system/open_background/background.js
|
| +++ b/chrome/test/data/extensions/api_test/file_system/open_background/background.js
|
| @@ -4,7 +4,7 @@
|
|
|
| chrome.test.runTests([
|
| function openFile() {
|
| - chrome.fileSystem.chooseFile(chrome.test.callbackFail(
|
| + chrome.fileSystem.chooseEntry(chrome.test.callbackFail(
|
| 'Invalid calling page', function(entry) {}));
|
| }
|
| ]);
|
|
|