Index: chrome/test/data/extensions/api_test/app_process/path1/iframe.html |
diff --git a/chrome/test/data/extensions/api_test/app_process/path1/iframe.html b/chrome/test/data/extensions/api_test/app_process/path1/iframe.html |
index cfbc2325973ab7dd72759870960971e33ec496ed..636f29c25415d07f74ae263cf46ffde9442b8fb3 100644 |
--- a/chrome/test/data/extensions/api_test/app_process/path1/iframe.html |
+++ b/chrome/test/data/extensions/api_test/app_process/path1/iframe.html |
@@ -1,6 +1,6 @@ |
<script> |
window.open( |
- '/files/extensions/api_test/app_process/path1/empty.html', |
+ '/extensions/api_test/app_process/path1/empty.html', |
'', |
// Small enough that a popup will be created even on Chrome OS |
'width=200,height=200'); |