| Index: third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp b/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
|
| index e5b9541751b6e8b6068cbcfa24a086c84072c5f2..f96f9b70dd62509c1f93bc7ae02c792d5d687fb7 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
|
| @@ -55,7 +55,8 @@ class PingLoaderTest : public ::testing::Test {
|
|
|
| const ResourceRequest& pingAndGetRequest(const KURL& pingURL) {
|
| KURL destinationURL(ParsedURLString, "http://navigation.destination");
|
| - URLTestHelpers::registerMockedURLLoad(pingURL, "bar.html", "text/html");
|
| + URLTestHelpers::registerMockedURLLoad(
|
| + pingURL, testing::webTestDataPath("bar.html"), "text/html");
|
| PingLoader::sendLinkAuditPing(&m_pageHolder->frame(), pingURL,
|
| destinationURL);
|
| const ResourceRequest& pingRequest = m_client->pingRequest();
|
|
|