| Index: chrome/test/data/extensions/api_test/webrequest_sendmessage/background.js
|
| diff --git a/chrome/test/data/extensions/api_test/webrequest_sendmessage/background.js b/chrome/test/data/extensions/api_test/webrequest_sendmessage/background.js
|
| index e13f9a743bb3b6841cc54429d778d8102ad14a6e..43bf7c5955cc25b913059a2a00a6987dd747f2d4 100644
|
| --- a/chrome/test/data/extensions/api_test/webrequest_sendmessage/background.js
|
| +++ b/chrome/test/data/extensions/api_test/webrequest_sendmessage/background.js
|
| @@ -6,7 +6,7 @@ var EVENT_MESSAGE_EXTENSION_STRING = "Extension";
|
|
|
| // Constants as functions, not to be called until after runTests.
|
| function getURLHttpSimpleLoad() {
|
| - return getServerURL('files/extensions/api_test/webrequest/simpleLoad/a.html');
|
| + return getServerURL('extensions/api_test/webrequest/simpleLoad/a.html');
|
| }
|
|
|
| function getServerURL(path) {
|
|
|