| Index: chrome/test/data/extensions/platform_apps/get_display_path/test.js
|
| diff --git a/chrome/test/data/extensions/platform_apps/get_display_path/test.js b/chrome/test/data/extensions/platform_apps/get_display_path/test.js
|
| index c789c3047ac64ea96a2dc64db58ea6aea7cfd001..6dc5ba475f364dc0e4b094f1261a8cfdf2bdce25 100644
|
| --- a/chrome/test/data/extensions/platform_apps/get_display_path/test.js
|
| +++ b/chrome/test/data/extensions/platform_apps/get_display_path/test.js
|
| @@ -4,7 +4,7 @@
|
|
|
| chrome.app.runtime.onLaunched.addListener(function (launchData) {
|
| // Test that the isKioskSession field is |false| and the items field is
|
| - // populated correctly in the launch data and that the FileEntry in
|
| + // populated correctly in the launch data and that the FileSystemFileEntry in
|
| // launchData.items[0].entry can have its display path gotten.
|
| chrome.test.runTests([
|
| function testGetDisplayPath() {
|
|
|