| Index: chrome/test/data/extensions/api_test/history/common.js
|
| diff --git a/chrome/test/data/extensions/api_test/history/common.js b/chrome/test/data/extensions/api_test/history/common.js
|
| index 1f89f4696dba18fbd650d1c349db05f89df42624..cc1961cdc1db499316dd7e5eaf9cbfbd073443f3 100644
|
| --- a/chrome/test/data/extensions/api_test/history/common.js
|
| +++ b/chrome/test/data/extensions/api_test/history/common.js
|
| @@ -12,9 +12,9 @@ var PICASA_URL = 'http://www.picasa.com/';
|
|
|
| // PORT will be changed to the port of the test server.
|
| var A_RELATIVE_URL =
|
| - 'http://www.a.com:PORT/files/extensions/api_test/history/a.html';
|
| + 'http://www.a.com:PORT/extensions/api_test/history/a.html';
|
| var B_RELATIVE_URL =
|
| - 'http://www.b.com:PORT/files/extensions/api_test/history/b.html';
|
| + 'http://www.b.com:PORT/extensions/api_test/history/b.html';
|
|
|
| /**
|
| * A helper function to flip the setTimeout arguments and make the code
|
|
|