| Index: chrome/test/data/extensions/api_test/runtime/get_package_directory/app/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system/get_display_path/background.js b/chrome/test/data/extensions/api_test/runtime/get_package_directory/app/background.js
|
| similarity index 82%
|
| copy from chrome/test/data/extensions/api_test/file_system/get_display_path/background.js
|
| copy to chrome/test/data/extensions/api_test/runtime/get_package_directory/app/background.js
|
| index bc4dc4728c53026d225d4a6b6dbd6f14a8328868..f5ccb1ab5a0b14f90606e9ab11f024a8444c694e 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system/get_display_path/background.js
|
| +++ b/chrome/test/data/extensions/api_test/runtime/get_package_directory/app/background.js
|
| @@ -3,5 +3,5 @@
|
| // found in the LICENSE file.
|
|
|
| chrome.app.runtime.onLaunched.addListener(function () {
|
| - chrome.app.window.create('test.html');
|
| + chrome.app.window.create('window/test.html');
|
| });
|
|
|