| Index: third_party/WebKit/LayoutTests/http/tests/cache/resources/xhr-vary-header-subframe.html | 
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cache/resources/xhr-vary-header-subframe.html b/third_party/WebKit/LayoutTests/http/tests/cache/resources/xhr-vary-header-subframe.html | 
| index 0e2d802491820891702ddca34f6542f6bd9872bf..729b83fa905b650dcf8343b00b24b471e594b025 100644 | 
| --- a/third_party/WebKit/LayoutTests/http/tests/cache/resources/xhr-vary-header-subframe.html | 
| +++ b/third_party/WebKit/LayoutTests/http/tests/cache/resources/xhr-vary-header-subframe.html | 
| @@ -2,7 +2,7 @@ | 
| function testSameOrigin() | 
| { | 
| var req = new XMLHttpRequest; | 
| -    req.open("GET", "xhr-vary-header-response.php"); | 
| +    req.open("GET", "http://localhost:8080/cache/resources/xhr-vary-header-response.php"); | 
| req.onload=function() { parent.postMessage(req.responseText, "http://127.0.0.1:8000") } | 
| req.send(); | 
| } | 
|  |