| Index: chrome/test/data/extensions/isolated_apps/app1/manifest.json
|
| diff --git a/chrome/test/data/extensions/isolated_apps/app1/manifest.json b/chrome/test/data/extensions/isolated_apps/app1/manifest.json
|
| index 7a0480f0cdad91f3d3f2aae88f9b863bcd668bef..f8418b372b0328dae8e274e2afcc0fb3b3c12967 100644
|
| --- a/chrome/test/data/extensions/isolated_apps/app1/manifest.json
|
| +++ b/chrome/test/data/extensions/isolated_apps/app1/manifest.json
|
| @@ -5,10 +5,10 @@
|
| "description": "Tests isolation of stored data for apps.",
|
| "app": {
|
| "urls": [
|
| - "http://localhost/files/extensions/isolated_apps/app1"
|
| + "http://localhost/extensions/isolated_apps/app1"
|
| ],
|
| "launch": {
|
| - "web_url": "http://localhost/files/extensions/isolated_apps/app1/main.html"
|
| + "web_url": "http://localhost/extensions/isolated_apps/app1/main.html"
|
| },
|
| "isolation": [
|
| "storage"
|
|
|