| Index: chrome/test/data/extensions/platform_apps/minimal/test.js
|
| diff --git a/chrome/test/data/extensions/platform_apps/minimal/test.js b/chrome/test/data/extensions/platform_apps/minimal/test.js
|
| index ce719f7c9fb843f09b7bc22035a1595100dde7c2..68d61461fc2d2fa951ce22d8a81d7116b1fc76e7 100644
|
| --- a/chrome/test/data/extensions/platform_apps/minimal/test.js
|
| +++ b/chrome/test/data/extensions/platform_apps/minimal/test.js
|
| @@ -3,5 +3,5 @@
|
| // found in the LICENSE file.
|
|
|
| chrome.experimental.app.onLaunched.addListener(function() {
|
| - chrome.appWindow.create('main.html', {}, function () {});
|
| + chrome.app.window.create('main.html', {}, function () {});
|
| });
|
|
|