| Index: chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js b/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js
|
| index 118465047c63a9048161d6bc9cc90a6e7f72792a..0fc8ccc178ac1fdcc0f097f3041d423e751a0745 100644
|
| --- a/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js
|
| +++ b/chrome/test/data/extensions/api_test/file_browser/app_file_handler/background.js
|
| @@ -18,7 +18,7 @@
|
| * If successfull, chrome.test.success is called.
|
| * On failure, the current test is failed.
|
| *
|
| - * @param {FileEntry} entry File entry to be read.
|
| + * @param {FileSystemFileEntry} entry File entry to be read.
|
| * @param {string} expectedContent Expected file content.
|
| */
|
| function readFileAndExpectContent(entry, expectedContent) {
|
|
|